Skip to content

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

Merged
MuncleUscles merged 1 commit into
v0.40-devfrom
fix/release-tag-trigger-v040
Sep 3, 2026
Merged

fix(release): keep tag publish workflows active#416
MuncleUscles merged 1 commit into
v0.40-devfrom
fix/release-tag-trigger-v040

Conversation

@MuncleUscles

Copy link
Copy Markdown
Member

Problem and outcome

The v0.40.0-rc.3 release script created Release v0.40.0-rc.3 [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: 76 files / 826 tests
  • git diff --check

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

@coderabbitai

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: 4603f7b3-0b7a-408d-b5bf-782f1fe648c8

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 48d1223 into v0.40-devSep 3, 2026
9 of 11 checks passed
Sign up for freeto 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

@MuncleUscles