Skip to content

chore: drop stale 1.x references from release config - #9

Merged
hisco merged 1 commit into
mainfrom
chore/tidy-release-config
Jul 2, 2026
Merged

chore: drop stale 1.x references from release config#9
hisco merged 1 commit into
mainfrom
chore/tidy-release-config

Conversation

@hisco

@hisco hisco commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Cosmetic cleanup. The 1.x maintenance branch was deleted after consolidating docker-build-push-action onto a single v1 line, so these files still referenced a branch that no longer exists.

  • .releaserc.json: branches back 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.x maintenance branch from CI and release configuration so triggers and semantic-release only target main.

.releaserc.json now lists branches: ["main"] only. .github/workflows/release.yml runs on push to main (plus workflow_dispatch). .github/workflows/test.yml runs on PRs and pushes to main only.

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.

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
@hisco
hisco merged commit 6fca78d into main Jul 2, 2026
8 of 12 checks passed
@hisco
hisco deleted the chore/tidy-release-config branch July 2, 2026 08:52
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