Skip to content

Commit

Permalink
Configure release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Feb 4, 2024
1 parent 3f5f907 commit 8e3bed0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"git": {
"changelog": "npx pr-log --stdout --unreleased"
},
"npm": {
"publish": false
},
"github": {
"release": true,
"releaseName": "${version}"
},
"hooks": {
"before:init": ["npm run compile", "npm run lint", "npm run test"],
"after:bump": ["npx pr-log ${version} --sloppy"]
}
}

0 comments on commit 8e3bed0

Please sign in to comment.