Skip to content

Commit

Permalink
Create .release-it.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Jul 26, 2022
1 parent 3ae0930 commit 093c592
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"npm": {
"publish": true
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"tagName": "${version}"
},
"github": {
"release": true,
"releaseName": "${version}",
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"before:init": "",
"after:bump": "npx auto-changelog --commit-limit false -p"
}
}

0 comments on commit 093c592

Please sign in to comment.