Skip to content

Commit

Permalink
Adjust release-it settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lo1tuma committed Sep 25, 2023
1 parent 9a2eb49 commit 7d9f024
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .release-it.json
@@ -1,16 +1,17 @@
{
"git": {
"requireBranch": "master"
"requireBranch": "master",
"changelog": false
},
"github": {
"release": true,
"releaseName": "v${version}"
"releaseName": "${version}"
},
"npm": {
"publish": true
},
"hooks": {
"before:init": ["npm run lint", "npm run test"],
"after:bump": ["npm run changelog"]
"after:bump": ["npm run changelog ${version}"]
}
}

0 comments on commit 7d9f024

Please sign in to comment.