Skip to content

Conversation

@BYK
Copy link
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
  • Updated .craft.yml with versioning.policy: calver

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
- Update .craft.yml with versioning.policy: calver
@BYK BYK requested review from a team as code owners January 9, 2026 18:04
@github-actions
Copy link

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).


New Features ✨

  • (consumers) Send logs for tracing events at or above INFO by lcian in #7250
  • (eap) Gdpr export endpoint by xurui-c in #7586
  • (health) Allow clickhouse check bypass by onewland in #7600
  • Add metric that tracks "partitions left to optimize" by kylemumma in #7620

Build / dependencies / internal 🔧

Deps

  • Update rdkafka to 0.38 and librdkafka to 2.10.0 by Dav1dde in #7630
  • Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by dependabot in #7608
  • Bump js-yaml from 3.14.1 to 3.14.2 in /snuba/admin by dependabot in #7544
  • Bump tracing-subscriber from 0.3.18 to 0.3.20 in /rust_snuba by dependabot in #7613
  • Bump actions/upload-artifact from 5 to 6 by dependabot in #7593
  • Bump actions/download-artifact from 6 to 7 by dependabot in #7594
  • Bump actions/cache from 4 to 5 by dependabot in #7595

Other

  • (deletes) Make error log a metric instead by MeredithAnya in #7627
  • (gocd) Bump gocd lib version to v2.18.0 by dmajere in #7617
  • (metrics) Don't write the histogram timing metrics by volokluev in #7616
  • (release) Switch from action-prepare-release to Craft by BYK in #7631
  • Upgrade to action-setup-venv 3.2.0 by joshuarli in #7607

Other

  • Kill Veneur metrics for good by volokluev in #7637
  • remove documentation from the rust test image by volokluev in #7633
  • upgrade datadog client by volokluev in #7554
  • debug(deletes): log out data so we can inspect allowlist not working by onewland in #7626
  • cleanup(ci): remove useless test and useless function by volokluev in #7618
  • cleanup(gocd): remove pipeline that deploys everything by onewland in #7587
  • deploy: add eap-items LW delete consumer to deploy list in non-STs by onewland in #7612
  • meta: Bump new development version in ddc2e223

🤖 This preview updates automatically when you update the PR.

BYK added 4 commits January 9, 2026 23:19
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 on lines 5 to 10
version:
description: Version to release (optional)
description: Version to release (or "auto")
required: false
force:
description: Force a release even when there are release-blockers (optional)
description: Force a release even when there are release-blockers
required: false

This comment was marked as outdated.

@BYK BYK requested a review from phacops January 14, 2026 22:00
@BYK BYK requested a review from volokluev January 15, 2026 10:45
@BYK BYK enabled auto-merge (squash) January 15, 2026 10:47
@BYK BYK merged commit 699e881 into master Jan 21, 2026
34 checks passed
@BYK BYK deleted the ci/migrate-to-craft-action branch January 21, 2026 16:30
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.

3 participants