Skip to content

Commit

Permalink
chore: move config to separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed May 6, 2024
1 parent a201e4c commit 0086342
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"skip": {
"tag": true
},
"types": [
{ "type": "feat", "scope": "locale", "section": "New Locales" },
{ "type": "feat", "section": "Features" },
Expand Down
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,5 @@
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"commit-and-tag-version": {
"skip": {
"tag": true
}
}
}

0 comments on commit 0086342

Please sign in to comment.