Skip to content

fix: add sign-off to release commits for DCO check#330

Merged
honnix merged 1 commit intomasterfrom
fix/release-dco-signoff
Apr 1, 2026
Merged

fix: add sign-off to release commits for DCO check#330
honnix merged 1 commit intomasterfrom
fix/release-dco-signoff

Conversation

@honnix
Copy link
Copy Markdown
Member

@honnix honnix commented Apr 1, 2026

Summary

  • Add a prepare-commit-msg git hook in the release workflow to automatically append Signed-off-by trailer to all commits
  • Fixes the DCO required status check failure when maven-release-plugin creates version bump commits on master

Test plan

  • Trigger a release and verify commits have Signed-off-by trailer
  • Verify DCO check passes on the release commits

🤖 Generated with Claude Code

The maven-release-plugin creates version bump commits on master, which
fail the DCO required status check. Add a prepare-commit-msg git hook
in the release workflow to automatically append Signed-off-by trailer.

Signed-off-by: Hongxin Liang <honnix@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Hongxin Liang <honnix@users.noreply.github.com>
@honnix honnix merged commit 6ba39ed into master Apr 1, 2026
3 of 4 checks passed
@honnix honnix deleted the fix/release-dco-signoff branch April 1, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant