Skip to content

Commit

Permalink
add release it tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed May 11, 2021
1 parent 9d3a58d commit 2ae1c14
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"git": {
"changelog": "auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"requireCleanWorkingDir": false,
"requireUpstream": true,
"addUntrackedFiles": true,
"commit": true,
"commitMessage": "Release ${version}",
"commitArgs": "",
"tag": true,
"tagName": "${version}",
"tagAnnotation": "Release ${version}",
"tagArgs": "",
"push": true,
"pushArgs": "--follow-tags",
"pushRepo": "origin"
},
"github": {
"release": true
},
"hooks": {
}
}

0 comments on commit 2ae1c14

Please sign in to comment.