Skip to content

Commit d0976b0

Browse files
authored
ci(release-please): Refactor release config to bump automatically prerelase versions (#1239)
Replacing the `release-as` hardcoded bumping with `prerelase` versioning strategy that will automatically bump the alpha releases
1 parent 2a84111 commit d0976b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pull-request-header": ":tractor: New release prepared",
77
"prerelease": true,
88
"prerelease-type": "alpha",
9-
"release-as": "5.0.0-alpha.1",
9+
"versioning": "prerelease",
1010
"packages": {
1111
"packages/logger": {
1212
"component": "logger"

0 commit comments

Comments
 (0)