Skip to content

Commit 0086342

Browse files
committed
chore: move config to separate file
1 parent a201e4c commit 0086342

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.versionrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"skip": {
3+
"tag": true
4+
},
25
"types": [
36
{ "type": "feat", "scope": "locale", "section": "New Locales" },
47
{ "type": "feat", "section": "Features" },

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,5 @@
138138
"engines": {
139139
"node": ">=18.0.0",
140140
"npm": ">=9.0.0"
141-
},
142-
"commit-and-tag-version": {
143-
"skip": {
144-
"tag": true
145-
}
146141
}
147142
}

0 commit comments

Comments
 (0)