Skip to content

Commit d0048ab

Browse files
committed
Enforce vX.y naming for RTK tags
1 parent 064e9cc commit d0048ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/toolkit/.release-it.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"hooks": {
33
"after:bump": "yarn && git add -u"
4+
},
5+
"git": {
6+
"tagName": "v${version}"
47
}
58
}

0 commit comments

Comments
 (0)