Skip to content

Commit

Permalink
docs: fix changelog template URL (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Jun 1, 2020
1 parent 491175a commit 1e68afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.md
Expand Up @@ -28,7 +28,7 @@ For this, [auto-changelog](https://github.com/CookPete/auto-changelog) is a grea
```json
{
"git": {
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/config/changelog-compact.hbs"
"changelog": "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 -p"
Expand Down

0 comments on commit 1e68afe

Please sign in to comment.