Conversation
… GitHub Actions - Update Quick Start link to point to Craft's GitHub Actions docs - Replace CalVer section with Craft-native versioning.policy: calver config - Update Merge Target section with Craft reusable workflow example - Replace action-prepare-release reference with Craft's GitHub Actions
BYK
added a commit
to getsentry/sentry-docs
that referenced
this pull request
Feb 12, 2026
#16354) ## Summary Updates the SDK releases guide (`develop-docs/sdk/processes/releases.mdx`) to reflect changes made in `getsentry/publish` (getsentry/publish#7129), replacing the deprecated `action-prepare-release` with Craft's built-in GitHub Actions. - Replace `getsentry/action-prepare-release@v1` with `getsentry/craft@v2` composite action in all workflow examples - Update `actions/checkout` from v3 to v4 - Add CalVer section with new Craft-native `.craft.yml` config (replacing the old calver workflow approach) - Add Merge Target section showing the `merge_target` input usage - Add links to Craft's GitHub Actions docs, noting the reusable workflow as an alternative for repos outside `getsentry` - Update the "Multiple Craft Configs" section to reference `getsentry/craft@v2` - Remove outdated example PR links that referenced the old action **Note:** The manual Sentry Release Bot token generation pattern is kept since `getsentry` repos need it — `GITHUB_TOKEN` cannot trigger downstream workflows (publish issue creation). --------- Co-authored-by: Claude <noreply@anthropic.com>
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
action-prepare-releasehas been deprecated in favor of the prepare-release functionality built directly into Craft. This updates the README to reflect that change.versioning.policy: calverconfig (the oldcalver workflowno longer exists)action-prepare-releasereference in "Under the hood" with a link to Craft's GitHub ActionsRef: https://craft.sentry.dev/github-actions/#option-2-composite-action