Skip to content

fix(release): keep tag publish workflows active - #218

Merged
MuncleUscles merged 1 commit into
v2-devfrom
fix/release-tag-trigger-v2
Sep 3, 2026
Merged

fix(release): keep tag publish workflows active#218
MuncleUscles merged 1 commit into
v2-devfrom
fix/release-tag-trigger-v2

Conversation

@MuncleUscles

Copy link
Copy Markdown
Member

Problem and outcome

The v2.0.0-rc.1 release script created Release v2.0.0-rc.1 [skip ci]. GitHub applied that directive to the tag push as well, so the tag-driven publish workflow never started and required an exact-tag manual dispatch.

This keeps release commits CI-active so future tag pushes start the repository-owned publish workflow automatically.

Implementation

  • Remove [skip ci] from the actual release-it commit template.
  • Add a fast regression test that loads the real release config, requires the expected active commit template, and rejects every GitHub-recognized skip directive plus skip-checks: true.

Validation

  • Focused release policy: 6/6
  • Full native suite: 13 files / 193 tests, no type errors
  • git diff --check

No full E2E is required: this changes release automation metadata and its direct unit test only.

@coderabbitai

coderabbitai Bot commented Sep 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Team

Run ID: c182abd4-1e82-40cd-baf1-fe9056a2db4c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@MuncleUscles
MuncleUscles merged commit 8c899cc into v2-dev Sep 3, 2026
8 of 9 checks 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