feat!: Migrate from pycalver to python-semantic-release#213
Merged
jbdevprimary merged 22 commits intomainfrom Nov 28, 2025
Merged
feat!: Migrate from pycalver to python-semantic-release#213jbdevprimary merged 22 commits intomainfrom
jbdevprimary merged 22 commits intomainfrom
Conversation
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.
Summary
Replace pycalver with python-semantic-release (PSR) for robust per-package versioning with Git tag tracking.
This fixes the release workflow bug (#210) where versions weren't being committed back to main, causing repeated PyPI "file already exists" errors.
Version Strategy
202511.BUILD202511.MINOR.PATCHStarting Version
202511.3.0for all packages (higher than existing202511.2on PyPI)202511maintains CalVer backward compatibilityChanges
Configuration
CI Workflow
Monorepo Parser
scripts/psr/monorepo_parser.pyfilters commits by file pathedt,logging,dic,connectorsCommit Message Format
Test Plan
202511.3.0is higher than existing PyPI versionsRelated Issues
Migration to python-semantic-release as discussed in the RFC
Note
Replaces pycalver with python-semantic-release, adds a monorepo commit parser, sets packages to 202511.3.0, and overhauls CI for build/test/release/docs while removing legacy workflows.
pycalverwithpython-semantic-releaseacross repo; remove rootpycalverconfig and add PSR to dev deps inpyproject.toml.packages/*/pyproject.tomlusing monorepo parser and scoped commits.202511.3.0and update__version__in each package..github/workflows/ci.yml):gh-pages.scripts/psr/monorepo_parser.pyto filter commits bypath_filtersandscope_prefixfor accurate per-package bumps.agent-pr-review.yml,claude-pr-review.yml,reusable-*.yml(test/lint/release/sync/docs).Written by Cursor Bugbot for commit bd7afcb. This will update automatically on new commits. Configure here.