From 7474aa6730322ed66d8ee454f83cca93737c2b81 Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Sat, 13 Apr 2024 13:54:05 +0200 Subject: [PATCH] ci(makefile): prefix conventional-changelog with npx --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02eada5..2e30ab7 100644 --- a/Makefile +++ b/Makefile @@ -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