We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cf058 commit d859f0fCopy full SHA for d859f0f
Makefile
@@ -84,7 +84,7 @@ alias ?= latest
84
changelog: ## Compile the latest changelog for the current branch.
85
@$(RUN_PREFIX) git-cliff --bump
86
@git add docs/changelog.md
87
- @git commit -m "[git-cliff] Update changelog." --allow-empty
+ @git commit -m "[skip ci] Update changelog." --allow-empty
88
.PHONY: changelog
89
90
release-notes: ## Compile release notes for VCS
0 commit comments