Skip to content

feat(ci): cut a release on every master push#446

Merged
samcm merged 1 commit into
masterfrom
feat/auto-release-on-master
Jul 17, 2026
Merged

feat(ci): cut a release on every master push#446
samcm merged 1 commit into
masterfrom
feat/auto-release-on-master

Conversation

@samcm

@samcm samcm commented Jul 17, 2026

Copy link
Copy Markdown
Member

Adds a push: master trigger to the release workflow, so every merged PR cuts the next patch release and cascades into a lab-backend image with no manual step. Pushes touching only markdown, .github/, or .claude/ files are skipped, [skip release] in the commit message opts a push out, and the existing concurrency group collapses rapid merges into a single release of the latest state. workflow_dispatch stays for minor/major bumps; deploys remain gated by the platform image pin.

https://claude.ai/code/session_01MW57Wwhb2PA4rjwP7PBv1b

Pushes that only touch markdown, .github, or .claude files are skipped,
and '[skip release]' in the commit message opts out. workflow_dispatch
remains for minor/major bumps.

Claude-Session: https://claude.ai/code/session_01MW57Wwhb2PA4rjwP7PBv1b
@samcm
samcm requested a review from Savid as a code owner July 17, 2026 07:51
@samcm
samcm merged commit 19e33f7 into master Jul 17, 2026
3 checks passed
@samcm
samcm deleted the feat/auto-release-on-master branch July 17, 2026 07:54
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.

1 participant