ci(makefile): fix conventional-changelog-cli suffix

This commit is contained in:
Ivan Gabriele
2024-04-13 13:55:22 +02:00
parent 7474aa6730
commit 91fb775132

View File

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