Skip to content

fix: align release workflow to trigger publish#11

Merged
atvaccaro merged 1 commit intomainfrom
avaccaro/fix-release-workflow
Feb 6, 2026
Merged

fix: align release workflow to trigger publish#11
atvaccaro merged 1 commit intomainfrom
avaccaro/fix-release-workflow

Conversation

@atvaccaro
Copy link

Summary

  • The publish job never ran because the PR title prefix didn't match the condition. Aligned commit message and PR title to use chore(release): notion-snowflake-mcp.
  • Switched startsWith to contains so the condition works with both merge-commit and squash-merge strategies.
  • Bumped tag_minor_version to force a version bump on merge.

The publish job never triggered because the PR title used
`chore(notion-snowflake-mcp):` but the condition checked for
`chore(release): notion-snowflake-mcp`. Also switch from startsWith
to contains so it works with both merge and squash-merge strategies.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@atvaccaro atvaccaro merged commit 0c16576 into main Feb 6, 2026
12 checks passed
@atvaccaro atvaccaro deleted the avaccaro/fix-release-workflow branch February 6, 2026 23:18
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