mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 22:34:47 +00:00
The bump-pre_release-version job was hardcoded to push to main, which caused version bumps to land on main even when tags were created from release branches (e.g., v0.6.7-rc.2). This fix: - Adds a step to detect which branch contains the tagged commit - Prefers non-main branches (release branches) over main - Checks out and pushes to the detected source branch https://claude.ai/code/session_01XsxnhP8ZaGbWUMsQwA5F5V Co-authored-by: Claude <noreply@anthropic.com>