chore: sync release workflow with replicator template - #231
Merged
jflowers merged 1 commit intoAug 20, 2026
Merged
Conversation
em-redhat
approved these changes
Aug 20, 2026
em-redhat
left a comment
Contributor
There was a problem hiding this comment.
APPROVE
Two clean, additive changes synced from the replicator release workflow template:
-
allow_prerelease: true— Enables prerelease tags (e.g.,v1.7.0-rc.1) via the reusable preflight workflow input. Follows the same pattern as the existingskip_*inputs. -
Cleanup signing materials step — Removes P12 cert, notary key, and temporary keychain with
if: always()on thesign-macosjob. Paths match creation sites exactly (cert.p12at line 142,notary_key.p8at line 156,app-signing.keychain-dbat line 139). Defense-in-depth security hardening for credential material on macOS runners.
No findings. Convention pack compliant. No gatekeeping values modified.
- Add allow_prerelease: true to preflight inputs - Add cleanup signing materials step (if: always()) to sign-macos job Syncs safe improvements from unbound-force/replicator#61 and unbound-force/dewey#104.
jflowers
force-pushed
the
chore/sync-release-workflow
branch
from
August 20, 2026 16:53
d74c843 to
5c9ae6e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Syncs safe improvements from the replicator release workflow template
(unbound-force/replicator#61) and dewey's recent sync (unbound-force/dewey#104).
Changes
Add
allow_prerelease: trueto preflight inputs — enables prereleasetags (e.g.,
v1.7.0-rc.1) to pass the org-infra semver ordering check.Without this, the preflight reusable workflow rejects prerelease tags.
Add cleanup signing materials step to
sign-macosjob — removes theP12 certificate, notary key, and temporary keychain from the runner even
if earlier steps fail (
if: always()). Defense-in-depth for secretmaterial hygiene on macOS runners.
Not included
release.ymlhas notop-level
concurrency:block, so this issue doesn't apply.check-secretsoutput key renaming: Gaze already uses consistentnaming (
has_signing_secrets/has_secrets).