Skip to content

Commit

Permalink
fix: set bump-minor-pre-major to true (#11)
Browse files Browse the repository at this point in the history
- set bump-minor-pre-major, include-component-in-tag and
separate-pull-requests to true in release-please config for platform
chart
  • Loading branch information
jfuen10 authored Apr 26, 2024
1 parent 12034e5 commit b599522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"charts/platform": {
"package-name": "platform",
"changelog-path": "CHANGELOG.md",
"release-type": "helm",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"bump-minor-pre-major": true,
"separate-pull-requests": true,
"include-component-in-tag": true,
"include-v-in-tag": true
}
},
Expand Down

0 comments on commit b599522

Please sign in to comment.