ci(makefile): prefix conventional-changelog with npx

This commit is contained in:
Ivan Gabriele
2024-04-13 13:54:05 +02:00
parent 6a99eca49c
commit 7474aa6730

View File

@@ -14,7 +14,7 @@ define source_env_if_not_ci
endef
define RELEASE_TEMPLATE
conventional-changelog -p conventionalcommits -i ./CHANGELOG.md -s
npx conventional-changelog -p conventionalcommits -i ./CHANGELOG.md -s
git add .
git commit -m "docs(changelog): update"
git push origin HEAD