Skip to content

chore: sign release please commits#22

Merged
dkarter merged 4 commits into
mainfrom
fix/exclude-changelog-dprint
Jun 13, 2026
Merged

chore: sign release please commits#22
dkarter merged 4 commits into
mainfrom
fix/exclude-changelog-dprint

Conversation

@dkarter

@dkarter dkarter commented Jun 13, 2026

Copy link
Copy Markdown
Member

Motivation

Release Please currently creates unsigned release PR commits, which can be blocked by the repository's verified-signature branch protection. This configures the release workflow to use the hardened signed-commit fork and adds a helper for setting up the signing key secrets.

Summary of Changes

  • Exclude CHANGELOG.md from dprint formatting.
  • Pin Release Please to the signed fork action at 5931f1e9ef68429590dc13ea0655d0a2708cbd2f.
  • Add GPG signing inputs for Release Please commits.
  • Add mise tasks and a helper script to generate/export the Release Please GPG signing key.

Testing

  • mise run fmt:check
  • mise run test
  • bash -n scripts/release-please-gpg-key.sh

Dependencies/Special Considerations

Before the signed Release Please workflow can work, configure RELEASE_PLEASE_GPG_PRIVATE_KEY, RELEASE_PLEASE_GPG_KEY_ID, and optionally RELEASE_PLEASE_GPG_PASSPHRASE, then add the public key to GitHub for the signer identity.

@dkarter dkarter marked this pull request as ready for review June 13, 2026 03:47
@dkarter dkarter merged commit 5cff215 into main Jun 13, 2026
2 checks passed
@dkarter dkarter deleted the fix/exclude-changelog-dprint branch June 13, 2026 03:48
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