Dashboardcraftgetsentry/craft: cut a release immediat…

getsentry/craft: cut a release immediately after a significant infrastructure bump

Category: pattern
Confidence: 1.00
ID: 019f6ae0-50f8-765e-acea-d35f971c5e04
Project ID: e16af391-c497-4837-b681-c849a5514499
Cross-project: No
Recalled in other projects: 2
Source session: 1BlOrjKSHFnf58tXj
Created: 2026-06-26 11:42:18
Updated: 2026-07-16 12:21:53

Cross-Project Recalls

ProjectHitsLast recalled
cli 1 8d ago
opencode-lore 3 2026-07-25

Content

After merging a significant infrastructure change to master (e.g., Node runtime upgrade PR #838), cut a new release immediately so the updated Docker image ships to users. Pre-release check: confirm package.json version is a dev pre-release (e.g., 2.27.0-dev.0) and identify the latest published tag (e.g., 2.26.12). Release is triggered via release.yml workflow_dispatch with version input (default auto). The workflow dogfoods the local action (./) and uses actions/create-github-app-token@v3 for auth. This pattern was followed after merging PR #843.

Move to: