Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Automatically format a changelog while releasing.
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed May 30, 2021
1 parent ee6fd7d commit 9c03a8d
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 27 deletions.
4 changes: 4 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"pushRepo": "upstream"
},
"npm": {
"publish": false
},
"github": {
"release": true
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
}
174 changes: 149 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@
"@types/ws": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"auto-changelog": "^2.3.0",
"clinic": "^9.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsdoc": "^35.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.0",
"expect": "^27.0.2",
"mbt": "^1.2.1",
"mocha": "^8.4.0",
Expand Down

0 comments on commit 9c03a8d

Please sign in to comment.