Skip to content

Commit a7524c8

Browse files
authored
Merge pull request #455 from VividLemon/workflow
fix(workflows): release please bot will not update major versions for…
2 parents 04fde16 + 81288ef commit a7524c8

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)