Skip to content

Commit

Permalink
ci(release-please): Remove prerelease configuration
Browse files Browse the repository at this point in the history
- remove boolean flag "prerelease" to no longer produce v0 releases
- remove no longer needed flags "bump-minor-pre-major" and "bump-patch-for-minor-pre-major"

JIRA: CPOUI5FOUNDATION-909
  • Loading branch information
flovogt committed Sep 27, 2024
1 parent 9b9ae5a commit ac2a5a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"pull-request-header": ":tractor: New release prepared",
"pull-request-title-pattern": "release: v${version}",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"prerelease": true,
"changelog-sections": [
{
"type": "feat",
Expand Down

0 comments on commit ac2a5a7

Please sign in to comment.