Skip to content

Commit

Permalink
fix: revert release please config (#2645)
Browse files Browse the repository at this point in the history
## Description
Reverts config changes in this
[PR](#2487) so that
breaking changes increment the minor version and all other changes
increment patch. Major version changes require explicit commits.

## References
#2487
  • Loading branch information
tedim52 authored Feb 6, 2025
1 parent f7644b0 commit 5866673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "simple",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"include-v-in-tag": false,
"include-component-in-tag": false,
"packages": {
Expand Down

0 comments on commit 5866673

Please sign in to comment.