Skip to content

Commit 5f3e9bb

Browse files
authored
fix: publish stable GitHub releases (#83)
## Summary - remove prerelease mode from Release Please - keep existing pre-1.0 bump rules ## Why Stable versions were published correctly, but GitHub releases were marked as prereleases. ## Validation - `bazel test //...` - `pnpm lefthook run pre-commit --all-files --force --fail-on-changes`
1 parent 4773908 commit 5f3e9bb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

release-please-config.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
66
"include-v-in-tag": true,
77
"include-component-in-tag": false,
8-
"versioning": "prerelease",
9-
"prerelease": true,
108
"bump-minor-pre-major": true,
119
"bump-patch-for-minor-pre-major": false,
1210
"pull-request-header": "Automated Release PR",

0 commit comments

Comments
 (0)