Skip to content

Commit 3835b9b

Browse files
committed
fix: add tagName to git configuration in release-it.json
1 parent 5e78ec1 commit 3835b9b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.release-it.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
33
"git": {
4-
"commitMessage": "chore: release v${version}"
4+
"commitMessage": "chore: release v${version}",
5+
"tagName": "v${version}"
56
},
67
"github": {
78
"release": true

0 commit comments

Comments
 (0)