File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4646 run : node common/scripts/install-run-rush.js test --verbose
4747
4848 - name : Rush Publish
49- run : node common/scripts/install-run-rush.js publish --apply --include-all --publish --tag next -- set-access-level public
49+ run : node common/scripts/install-run-rush.js publish --apply --include-all --publish --set-access-level public
5050
5151 - name : Get Version Information
5252 id : get_version
Original file line number Diff line number Diff line change 3333 * in the current branch. When bumping versions, Rush uses this to determine the next version.
3434 * (The "version" field in package.json is NOT considered.)
3535 */
36- "version" : " 3.0.0-alpha.3 " ,
36+ "version" : " 3.0.0-beta.0 " ,
3737
3838 /**
3939 * (Required) The type of bump that will be performed when publishing the next release.
You can’t perform that action at this time.
0 commit comments