Skip to content

Commit 3519fa9

Browse files
authored
Merge pull request #12 from deepgram/fix-version-bump
feat!: enable bump-minor-pre-major for 0.x versioning
2 parents 84eded9 + d54dcdd commit 3519fa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/release-please-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"include-component-in-tag": false,
88
"include-v-in-tag": true,
99
"changelog-path": "CHANGELOG.md",
10-
"bump-minor-pre-major": false,
11-
"bump-patch-for-minor-pre-major": false,
10+
"bump-minor-pre-major": true,
11+
"bump-patch-for-minor-pre-major": true,
1212
"draft": false,
1313
"extra-files": [
1414
{

0 commit comments

Comments
 (0)