Skip to content

Commit

Permalink
Revert .release-it.json
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Apr 27, 2021
1 parent 5a5830a commit bc63904
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
{
"npm": {
"publish": true
},
"git": {
"commitMessage": "Automated release ${version}",
"requireBranch": "develop",
"requireCleanWorkingDir": false,
"git.requireCommits": true
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs",
"tagName": "${version}"
},
"github": {
"release": false,
"release": true,
"releaseName": "${version}",
"releaseNotes": "npx auto-changelog --stdout --sort-commits date-desc --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs"
},
"npm": {
"publish": false
"releaseNotes": "npx auto-changelog --stdout --commit-limit false -u --template https://github.com/raw/release-it/release-it/master/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog --sort-commits date-desc --commit-limit false -p"
"after:bump": "npx auto-changelog --commit-limit false -p"
}
}

0 comments on commit bc63904

Please sign in to comment.