chore(release): development & release protocol, PR-time CI, release workflow, distribution rename - #30
Closed
geng-haoran wants to merge 3 commits into
Closed
chore(release): development & release protocol, PR-time CI, release workflow, distribution rename#30geng-haoran wants to merge 3 commits into
geng-haoran wants to merge 3 commits into
Conversation
…orkflow, distribution rename - RELEASING.md / CONTRIBUTING.md: branches, PR gates, SemVer, release checklist, cross-repo order (MetaSim first, RoboVerse pins a tag), PyPI trusted publishing, branch-protection settings. - .github/workflows: ci.yml (ruff at the pre-commit pin + `-k general` on 3.10/3.11 on every PR — until now nothing ran on PRs, only the EC2 merge-queue job), pr-title.yml (Conventional Commit titles; squash merge uses them), changelog.yml (an [Unreleased] line is required when metasim/ changes, unless labelled no-changelog), release.yml (tag vX.Y.Z → version check, build, twine check, GitHub Release with the CHANGELOG section, PyPI via trusted publishing once the `pypi` environment exists). CODEOWNERS. - pyproject: distribution renamed to `roboverse-metasim` — `metasim` on PyPI belongs to an unrelated project, so the current name could never be published. Import name unchanged. `metasim.__version__` is read from package metadata (single source: pyproject). Merge order: this PR, then RoboVerse's protocol PR (it renames its dependency to `roboverse-metasim @ git+...`; with the old name pip refuses the renamed distribution). Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017i6VtKoovBNed815mWFqxw
…t modules import rootutils) Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017i6VtKoovBNed815mWFqxw
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017i6VtKoovBNed815mWFqxw
geng-haoran
force-pushed
the
maint/release-protocol
branch
from
September 3, 2026 03:35
73a1436 to
9c26a02
Compare
Contributor
Author
|
Stacked on #26 (base = |
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.
(MetaSim first, RoboVerse pins a tag), PyPI trusted publishing, branch-protection settings.
-k generalon 3.10/3.11 on every PR —until now nothing ran on PRs, only the EC2 merge-queue job), pr-title.yml (Conventional Commit
titles; squash merge uses them), changelog.yml (an [Unreleased] line is required when metasim/
changes, unless labelled no-changelog), release.yml (tag vX.Y.Z → version check, build, twine
check, GitHub Release with the CHANGELOG section, PyPI via trusted publishing once the
pypienvironment exists). CODEOWNERS.
roboverse-metasim—metasimon PyPI belongs to anunrelated project, so the current name could never be published. Import name unchanged.
metasim.__version__is read from package metadata (single source: pyproject).Merge order: this PR, then RoboVerse's protocol PR (it renames its dependency to
roboverse-metasim @ git+...; with the old name pip refuses the renamed distribution).Co-Authored-By: Claude Fable 5.1 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_017i6VtKoovBNed815mWFqxw
🤖 Generated with Claude Code
https://claude.ai/code/session_017i6VtKoovBNed815mWFqxw