Skip to content

Commit

Permalink
[TEMP] Bump to 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock committed Mar 16, 2021
1 parent 94f556c commit 69251c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: node common/scripts/install-run-rush.js test --verbose

- name: Rush Publish
run: node common/scripts/install-run-rush.js publish --apply --include-all --publish --tag next --set-access-level public
run: node common/scripts/install-run-rush.js publish --apply --include-all --publish --set-access-level public

- name: Get Version Information
id: get_version
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* in the current branch. When bumping versions, Rush uses this to determine the next version.
* (The "version" field in package.json is NOT considered.)
*/
"version": "3.0.0-alpha.3",
"version": "3.0.0-beta.0",

/**
* (Required) The type of bump that will be performed when publishing the next release.
Expand Down

0 comments on commit 69251c7

Please sign in to comment.