Skip to content

fix(ci): publish dry-run advisory for PRs targeting rc/stable#1398

Merged
zancas merged 1 commit into
devfrom
fix/publish-dry-run-advisory-for-prs
Jul 13, 2026
Merged

fix(ci): publish dry-run advisory for PRs targeting rc/stable#1398
zancas merged 1 commit into
devfrom
fix/publish-dry-run-advisory-for-prs

Conversation

@nachog00

Copy link
Copy Markdown
Contributor

Summary

  • PRs targeting rc/** or stable now run the publish dry-run in advisory mode instead of blocking
  • Direct pushes to those branches remain blocking

PRs bringing dev code into the RC branch carry unbumped versions by design — version bumps happen on the RC branch after merge. The blocking check was failing these PRs for an expected, non-actionable condition (see #1397).

PRs that target rc/** or stable carry unbumped dev code by design —
version bumps happen on the RC branch after merge. The blocking mode
was failing these PRs for an expected, non-actionable condition.

Only direct pushes to rc/** or stable are blocking now; PRs targeting
them are advisory.
@zancas
zancas merged commit bf6101d into dev Jul 13, 2026
10 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.

2 participants