Skip to content

Commit

Permalink
build: fix git add when generating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
seandstewart committed Sep 4, 2024
1 parent b3cec13 commit 6feaaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ alias ?= latest

changelog: ## Compile the latest changelog for the current branch.
@$(RUN_PREFIX) git-changelog
@git add CHANGELOG.md
@git add docs/changelog.md
@git commit -m "[skip ci] Update changelog."
.PHONY: changelog

Expand Down

0 comments on commit 6feaaf7

Please sign in to comment.