ci(makefile): fix conventional-changelog-cli suffix
This commit is contained in:
2
Makefile
2
Makefile
@@ -14,7 +14,7 @@ define source_env_if_not_ci
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define RELEASE_TEMPLATE
|
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 add .
|
||||||
git commit -m "docs(changelog): update"
|
git commit -m "docs(changelog): update"
|
||||||
git push origin HEAD
|
git push origin HEAD
|
||||||
|
|||||||
Reference in New Issue
Block a user