chore: drop stale 1.x references from release config - #9
Merged
Conversation
The 1.x maintenance branch was deleted after consolidating onto a single v1 line, so remove it from the release and test workflow triggers and from .releaserc branches. No functional change. Claude-Session: https://claude.ai/code/session_011T9ASy4VmRoYrnuTsLd9oU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cosmetic cleanup. The
1.xmaintenance branch was deleted after consolidating docker-build-push-action onto a singlev1line, so these files still referenced a branch that no longer exists..releaserc.json:branchesback to["main"].github/workflows/release.yml: trigger back to[main].github/workflows/test.yml: triggers back to[main]No functional change — a listed-but-missing branch was already a no-op; this just removes the confusion.
https://claude.ai/code/session_011T9ASy4VmRoYrnuTsLd9oU
Note
Low Risk
Documentation-style CI/release config edits with no application or runtime behavior change.
Overview
Removes the deleted
1.xmaintenance branch from CI and release configuration so triggers and semantic-release only targetmain..releaserc.jsonnow listsbranches: ["main"]only..github/workflows/release.ymlruns on push tomain(plusworkflow_dispatch)..github/workflows/test.ymlruns on PRs and pushes tomainonly.Behavior is unchanged for current development: a missing branch entry was already a no-op; this aligns config with the repo after consolidating on a single release line.
Reviewed by Cursor Bugbot for commit 1321eec. Bugbot is set up for automated code reviews on this repo. Configure here.