Skip to content

Commit 0a598ad

Browse files
committed
chore: update release-please configuration to disable minor and patch bumps for pre-major versions
1 parent 0823940 commit 0a598ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
".": {
44
"release-type": "python",
55
"package-name": "transcribe-me",
6-
"bump-minor-pre-major": true,
7-
"bump-patch-for-minor-pre-major": true,
6+
"bump-minor-pre-major": false,
7+
"bump-patch-for-minor-pre-major": false,
88
"include-v-in-tag": false,
99
"changelog-path": "CHANGELOG.md",
1010
"draft": false,

0 commit comments

Comments
 (0)