Skip to content

fix(ci): correct RC tag regex to match dot-separated format#329

Closed
skevetter wants to merge 1 commit into
mainfrom
4e20-56e8-eng-fix-promote-regex
Closed

fix(ci): correct RC tag regex to match dot-separated format#329
skevetter wants to merge 1 commit into
mainfrom
4e20-56e8-eng-fix-promote-regex

Conversation

@skevetter

Copy link
Copy Markdown
Contributor

Summary

The promote-release.yml workflow validated RC tags with the regex -rc[0-9]+$, which expected a format like v1.3.0-rc4. However, release-please produces tags in the format v1.3.0-rc.4 (with a dot between rc and the number), causing the validation step to reject all valid RC tags.

This PR fixes the regex to -rc\.[0-9]+$ to match the actual release-please tag format, and updates the description example from v1.1.0-rc1 to v1.3.0-rc.1 to reflect the correct format.

@netlify

netlify Bot commented May 18, 2026

Copy link
Copy Markdown

Deploy Preview for devsydev canceled.

Name Link
🔨 Latest commit 6f8a93f
🔍 Latest deploy log https://app.netlify.com/projects/devsydev/deploys/6a0afd8bf39f3400087f68e5

@coderabbitai

coderabbitai Bot commented May 18, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

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: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: a51a51c0-395b-4e39-b915-072974f17814

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 and usage tips.

@skevetter

Copy link
Copy Markdown
Contributor Author

Closing duplicate — PR #328 covers the same fix and is already in CI.

@skevetter skevetter closed this May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant