Skip to content

Commit 69251c7

Browse files
author
Paul Boocock
committed
[TEMP] Bump to 3.0.0-beta.1
1 parent 94f556c commit 69251c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
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.

0 commit comments

Comments
 (0)