Skip to content

ci(release): Switch from action-prepare-release to Craft#951

Merged
BYK merged 18 commits intomasterfrom
ci/migrate-to-craft-action
Jan 30, 2026
Merged

ci(release): Switch from action-prepare-release to Craft#951
BYK merged 18 commits intomasterfrom
ci/migrate-to-craft-action

Conversation

@BYK
Copy link
Copy Markdown
Member

@BYK BYK commented Jan 9, 2026

Summary

This PR migrates from the deprecated action-prepare-release to the new Craft GitHub Actions.

Changes

  • Migrated .github/workflows/release.yml to Craft reusable workflow

Documentation

See https://getsentry.github.io/craft/github-actions/ for more information.

This PR migrates from the deprecated action-prepare-release to the new
Craft GitHub Actions (reusable workflow or composite action).

Changes:
- Migrate .github/workflows/release.yml to Craft reusable workflow
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 9, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Build / dependencies / internal 🔧

  • (release) Switch from action-prepare-release to Craft by BYK in #951

🤖 This preview updates automatically when you update the PR.

The previous migration incorrectly removed the GitHub App token
authentication step. This commit restores it by switching to the
composite action pattern which preserves the auth flow.
Comment thread .github/workflows/release.yml Outdated
Comment on lines +26 to +32
- name: Prepare release
uses: getsentry/craft@v2
env:
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
with:
version: ${{ inputs.version }}
force: ${{ inputs.force }}

This comment was marked as outdated.

@BYK BYK enabled auto-merge (squash) January 14, 2026 22:07
@BYK
Copy link
Copy Markdown
Member Author

BYK commented Jan 14, 2026

Ready to merge

@BYK BYK requested a review from Dav1dde January 14, 2026 22:09
@BYK BYK merged commit a679592 into master Jan 30, 2026
17 checks passed
@BYK BYK deleted the ci/migrate-to-craft-action branch January 30, 2026 13:49
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.

2 participants