We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d7364 commit c8eac25Copy full SHA for c8eac25
.release-it.json
@@ -0,0 +1,8 @@
1
+{
2
+ "hooks": {
3
+ "after:bump": "yarn && git add -u"
4
+ },
5
+ "git": {
6
+ "tagName": "v${version}"
7
+ }
8
+}
0 commit comments