Commit d150ccd
authored
Bump main to 10.0-preview (#1128)
* Bump main to 10.0-preview
Cut main over to the next major preview so packages built from main are versioned 10.0.0-preview.{height} instead of 9.5-preview.{height}.
This is a manual version.json edit (the sanctioned override path), so the PR carries the 'manual-version-edit' label; the major bump 9 -> 10 carries 'breaking-change' per pr-version-check.yml.
* Fix pr-version-check to match existing 'breaking change' label
The workflow gated major bumps on a 'breaking-change' (hyphen) label that
does not exist in the repo; the actual label is 'breaking change' (space).
Align the check and its messages with the real label so a labeled major
bump passes.1 parent d26b63c commit d150ccdCopy full SHA for d150ccd
2 files changed
+6-6Lines changed: 6 additions & 6 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/workflows/pr-version-check.yml
Copy file name to clipboardExpand all lines: .github/workflows/pr-version-check.yml+5-5Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
| ||
84 | 84 | |
85 | 85 | |
86 | 86 | |
87 | | - |
| 87 | + |
88 | 88 | |
89 | 89 | |
90 | 90 | |
91 | | - |
| 91 | + |
92 | 92 | |
93 | 93 | |
94 | 94 | |
| ||
122 | 122 | |
123 | 123 | |
124 | 124 | |
125 | | - |
| 125 | + |
126 | 126 | |
127 | | - |
| 127 | + |
128 | 128 | |
129 | 129 | |
130 | 130 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
|
0 commit comments