Skip to content

Commit

Permalink
Fix: changelog cmd should use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
tees authored and tees committed Feb 24, 2021
1 parent 5c51e99 commit 13e3af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -euo pipefail
# - conventional-changelog (https://www.npmjs.com/package/conventional-changelog-cli)
# - trash (brew install trash)

conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 2
npx conventional-changelog -p conventionalcommits -i CHANGELOG.md -s -r 2

# This script indents the `### Bug Fixes` and `### Features` lines because I think they should be level 4 headings.
sed -i'.original' -e 's/^### Bug Fixes$/#### Bug Fixes/g' CHANGELOG.md
Expand Down

0 comments on commit 13e3af2

Please sign in to comment.