Skip to content

Commit

Permalink
docs: add changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Aug 30, 2021
1 parent e3587b7 commit 028c3cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file added CHANGELOG.md
Empty file.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,11 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://cdn.jsdelivr.net/gh/release-it/release-it/templates/changelog-compact.hbs"
},
"hooks": {
"after:bump": "npx auto-changelog -p"
}
}

0 comments on commit 028c3cf

Please sign in to comment.