Skip to content

Commit

Permalink
ci: Set release-please to bump minor on v0 breaking changes (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 14, 2023
1 parent 5d79f63 commit 0bb6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/.config/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
".": {
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"bump-minor-pre-major": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
Expand Down

0 comments on commit 0bb6e39

Please sign in to comment.