Skip to content

Commit d859f0f

Browse files
committed
ci: Skip CI on changelog update
1 parent 64cf058 commit d859f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ alias ?= latest
8484
changelog: ## Compile the latest changelog for the current branch.
8585
@$(RUN_PREFIX) git-cliff --bump
8686
@git add docs/changelog.md
87-
@git commit -m "[git-cliff] Update changelog." --allow-empty
87+
@git commit -m "[skip ci] Update changelog." --allow-empty
8888
.PHONY: changelog
8989

9090
release-notes: ## Compile release notes for VCS

0 commit comments

Comments
 (0)