Skip to content

Commit

Permalink
fix: set the 'simple' release-type & remove include-v-in-tag that has…
Browse files Browse the repository at this point in the history
… 'false' as the default
  • Loading branch information
qgerome committed Sep 5, 2024
1 parent f622fdf commit 42fc5d6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "python",
"release-type": "simple",
"include-component-in-tag": false,
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": false,
"include-v-in-tag": false,
"changelog-type": "github"
"bump-patch-for-minor-pre-major": false
}

0 comments on commit 42fc5d6

Please sign in to comment.