Skip to content

ci: only skip release when marker is on its own line - #13

Merged
turkosaurus merged 1 commit into
mainfrom
turk/release-skip-fix
Jun 28, 2026
Merged

ci: only skip release when marker is on its own line#13
turkosaurus merged 1 commit into
mainfrom
turk/release-skip-fix

Conversation

@turkosaurus

Copy link
Copy Markdown
Contributor

The previous skip check matched the marker as a substring anywhere in the commit message, so a prose mention in the body skipped the release (it happened on the #12 merge). Now matches the whole line via grep -x. Merging this should produce the first auto-bump, v0.12.1.

The skip check matched the marker as a substring anywhere in the commit
message, so a prose mention in the body skipped the release. Match the whole
line instead (grep -x).
@turkosaurus
turkosaurus merged commit a5337aa into main Jun 28, 2026
1 check passed
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