Skip to content

Commit c4f6f9f

Browse files
committed
chore(release-it): fix tag detection by specifying tagMatch as "v*"
1 parent 611ce9f commit c4f6f9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.release-it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"git": {
33
"tagName": "v${version}",
44
"commitMessage": "Release v${version}",
5+
"tagMatch": "v*",
56
"requireCleanWorkingDir": true
67
},
78
"github": {

0 commit comments

Comments
 (0)