diff --git a/release-please-config.json b/release-please-config.json index 8080e16..1b051a2 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,16 +6,17 @@ "version-file": "VERSION" } }, - "bump-minor-pre-major": true, + "versioning": "always-bump-minor", "include-v-in-tag": true, "changelog-sections": [ {"type": "feat", "section": "Features"}, {"type": "fix", "section": "Bug Fixes"}, {"type": "perf", "section": "Performance"}, - {"type": "docs", "section": "Documentation", "hidden": true}, + {"type": "breaking", "section": "Breaking Changes"}, {"type": "chore", "section": "Miscellaneous", "hidden": true}, + {"type": "ci", "section": "CI", "hidden": true}, + {"type": "docs", "section": "Documentation", "hidden": true}, {"type": "refactor", "section": "Refactoring", "hidden": true}, - {"type": "test", "section": "Tests", "hidden": true}, - {"type": "ci", "section": "CI", "hidden": true} + {"type": "test", "section": "Tests", "hidden": true} ] }