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.
1 parent f7d1508 commit 959e8cdCopy full SHA for 959e8cd
.release-it.json
@@ -9,7 +9,7 @@
9
"commitMessage": "Release ${version}",
10
"commitArgs": [],
11
"tag": true,
12
- "tagName": null,
+ "tagName": "v${version}",
13
"tagMatch": null,
14
"tagAnnotation": "Release ${version}",
15
"tagArgs": [],
0 commit comments