Skip to content

Commit 81288ef

Browse files
author
issayah
committed
fix(workflows): release please bot will not update major versions for pre 1.0
Release please bot will now cause minor bumps for breaking changes and patch bumps for feat changes
1 parent 04fde16 commit 81288ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ jobs:
1010
- uses: google-github-actions/release-please-action@v3
1111
with:
1212
release-type: node
13-
package-name: release-please-action
13+
package-name: package.json
14+
bump-minor-pre-major: true
15+
bump-patch-for-minor-pre-major: true

0 commit comments

Comments
 (0)