Skip to content

Commit 1694754

Browse files
authored
Merge pull request #112 from lgallard/chore/release-please-tagging-format
chore: update release-please to include tag format versioning
2 parents 962130c + 75e762d commit 1694754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/.release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"bump-minor-pre-major": true,
88
"bump-patch-for-minor-pre-major": true,
99
"include-v-in-tag": false,
10+
"tag-format": "${version}",
1011
"extra-files": []
1112
}
1213
},
1314
"release-search-depth": 10,
1415
"include-component-in-tag": false,
1516
"include-v-in-tag": false,
17+
"tag-format": "${version}",
1618
"release-title-pattern": "${package-name} ${version}",
1719
"pull-request-title-pattern": "chore${scope}: release${component} ${version}",
1820
"changelog-types": [

0 commit comments

Comments
 (0)