Skip to content

Commit

Permalink
added release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Jun 1, 2020
1 parent 0c30f51 commit a16ae46
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"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": "v${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": {
"after:bump": "npx auto-changelog --commit-limit false -p"
}
}

0 comments on commit a16ae46

Please sign in to comment.