Uh oh!
There was an error while loading. Please reload this page.
fix(release): keep tag publish workflows active - #416
Conversation
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
Uh oh!
There was an error while loading. Please reload this page.
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
[skip ci]from the actual release-it commit template.skip-checks: true.Validation
git diff --checkNo full E2E is required: this changes release automation metadata and its direct unit test only.