Skip to content

Commit

Permalink
chore: release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewShapovalov committed Mar 2, 2022
1 parent 61520da commit 6019261
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,15 @@
"release-it": {
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "${version}"
"tagName": "${version}",
"requireCleanWorkingDir": false
},
"npm": {
"publish": false
},
"github": {
"release": false,
"releaseName": "${version}"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "eslint"
}
}
},
"eslintConfig": {
Expand Down

0 comments on commit 6019261

Please sign in to comment.