Skip to content

Commit 489a2fc

Browse files
committed
ci: sign automatic release prs
Signed-off-by: m-d-key <[email protected]>
1 parent 9da4caa commit 489a2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile-ci.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ release-pr: | $(GIT_CHGLOG) $(GOTAGGER)
2525
@git checkout -b "release-$(VERSION)"
2626
@cd $(ROOT) && $(GIT_CHGLOG) -o CHANGELOG.md --next-tag $(VERSION) --sort=semver
2727
@git add CHANGELOG.md
28-
@git commit -m "release: $(VERSION)"
28+
@git commit -s -m "release: $(VERSION)"
2929
@git push origin "release-$(VERSION)"
3030

3131

0 commit comments

Comments
 (0)