We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 962130c + 75e762d commit 1694754Copy full SHA for 1694754
.github/.release-please-config.json
@@ -7,12 +7,14 @@
7
"bump-minor-pre-major": true,
8
"bump-patch-for-minor-pre-major": true,
9
"include-v-in-tag": false,
10
+ "tag-format": "${version}",
11
"extra-files": []
12
}
13
},
14
"release-search-depth": 10,
15
"include-component-in-tag": false,
16
17
18
"release-title-pattern": "${package-name} ${version}",
19
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
20
"changelog-types": [
0 commit comments