Skip to content

Commit 7c219e8

Browse files
dbrattliclaude
andcommitted
fix: update release-please to use prerelease versioning
- Change versioning strategy from always-bump-patch to prerelease - Set version to 5.0.0-alpha.21.1 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 1eb5005 commit 7c219e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0-alpha.21.0"
2+
".": "5.0.0-alpha.21.1"
33
}

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": {
44
".": {
55
"release-type": "simple",
6-
"versioning": "always-bump-patch",
6+
"versioning": "prerelease",
77
"include-component-in-tag": false,
88
"include-v-in-tag": true,
99
"changelog-path": "CHANGELOG.md"

0 commit comments

Comments
 (0)