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 b85b69a commit 83f6ae8Copy full SHA for 83f6ae8
.release-it.json
@@ -0,0 +1,9 @@
1
+{
2
+ "git": {
3
+ "commitMessage": "Release v${version}",
4
+ "tagName": "v${version}"
5
+ },
6
+ "github": {
7
+ "release": true
8
+ }
9
+}
0 commit comments