Skip to content

Commit 4e8ad1a

Browse files
committed
Prepare for 3.9.0-beta.1 release
1 parent bafe1bf commit 4e8ad1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/config/rush/version-policies.json

+2-2
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.8.0",
36+
"version": "3.9.0-beta.0",
3737

3838
/**
3939
* (Required) The type of bump that will be performed when publishing the next release.
@@ -42,6 +42,6 @@
4242
*
4343
* Valid values are: "prerelease", "release", "minor", "patch", "major"
4444
*/
45-
"nextBump": "minor"
45+
"nextBump": "prerelease"
4646
}
4747
]

0 commit comments

Comments
 (0)