Skip to content

ci: drop v5 from release and CI branch config - #445

Merged
drichar merged 1 commit into
mainfrom
ci/drop-v5-release-branch
Aug 11, 2026
Merged

ci: drop v5 from release and CI branch config#445
drichar merged 1 commit into
mainfrom
ci/drop-v5-release-branch

Conversation

@drichar

@drichar drichar commented Aug 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

5.0.0 stable shipped from main (promotion merge bbd80db), so the v5 pre-release channel is retired. This removes the remaining v5 references from the release and CI configuration, which is a prerequisite for deleting origin/v5 — that branch is fully contained in main.

Details

  • Removed the { name: 'v5', prerelease: 'rc', channel: 'next' } branch from .releaserc.js
  • Dropped v5 from the push trigger in release.yml
  • Dropped v5 from the pull_request trigger in ci.yml
  • Dropped v5 from baseBranchPatterns in renovate.json, so Renovate stops raising PRs against a branch that is about to be deleted (this is what produced chore(deps): lock file maintenance #444)

Follow-up

Once this merges, origin/v5 can be deleted. #431 has already been retargeted to main so it won't be auto-closed by the deletion; #444 will auto-close with the branch, and Renovate will re-raise lock file maintenance against main on its next run.

5.0.0 stable shipped from main, so the v5 pre-release channel is retired.

- `.releaserc.js`: remove the `v5` prerelease branch (rc / `next` channel)
- `release.yml`, `ci.yml`: drop `v5` from the push and pull_request triggers
- `renovate.json`: drop `v5` from `baseBranchPatterns` so Renovate stops
  raising PRs against a branch that is about to be deleted

Prerequisite for deleting `origin/v5`, which is fully contained in main.
@drichar
drichar merged commit 10936a8 into main Aug 11, 2026
1 check passed
@drichar
drichar deleted the ci/drop-v5-release-branch branch August 11, 2026 19:09
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