Skip to content

chore: point release automation at the renamed main branch - #76

Merged
cleanunicorn merged 1 commit into
mainfrom
chore/default-branch-main
Aug 18, 2026
Merged

cleanunicorn merged 1 commit into
mainfrom
chore/default-branch-main

Conversation

@cleanunicorn

Copy link
Copy Markdown
Owner

The repository default branch was renamed mastermain. This updates everything that still pointed at the old name.

Changes

  • .github/workflows/release.yml: push.branches [master][main]. Without this, no release would ever be cut again.
  • pyproject.toml: [tool.semantic_release.branches.main].match "(main|master)""main".
  • docs/deploy.md: all master references updated; corrected the stale pyproject.toml:64-66 line reference to 82-84.

Not changed (on purpose)

  • CHANGELOG.md — historical entries, left as written.
  • master in llama.cpp / ggml URLs (src/drove/model_config.py, src/drove/gguf.py) — those are external repos with their own default branch.

Verified

  • All four workflow files parse as valid YAML; pyproject.toml parses and resolves to {'main': {'match': 'main'}}.
  • install.yml already targeted [main], so its push trigger was dead on the old default branch and starts working again with the rename.
  • No open PRs targeted master at rename time.

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@cleanunicorn
cleanunicorn merged commit b582e06 into main Aug 18, 2026
2 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.

1 participant