chore: release-please automation + doc sweep for v0.1.0#36
Merged
Conversation
Versioning automation: - release-please GitHub Action (python release-type, manifest mode) - config + manifest seeded at 0.1.0; __init__.py annotated for sync - seed CHANGELOG.md with the 0.1.0 entry Doc sweep: - README: --dry-run -> --smoke-test; drop :free OpenRouter slug (rate-limited); replace stale 2-row Nemotron table with the 6-model spread leaderboard (N=1 caveat); add analyze_spread to commands - CONTRIBUTING: 326 -> 458 tests; felix >=0.2.1 -> >=0.3.0; add Conventional Commits section documenting how prefixes drive release-please bumps - CLAUDE.md: add the 6 new scripts to the structure Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Prep for the v0.1.0 tag. Two things, bundled because the docs document the automation.
Versioning automation (release-please)
.github/workflows/release-please.yml— opens/maintains a release PR on master; merging it tags the version + publishes a GitHub release with generated notesrelease-please-config.json+.release-please-manifest.json— python release-type, manifest mode, seeded at 0.1.0,bump-minor-pre-major(breaking changes stay <1.0)src/rle/__init__.pyannotated withx-release-please-versionso__version__andpyproject.tomlstay in syncCHANGELOG.mdseeded with the 0.1.0 entry (release-please prepends future entries)After this merges I'll tag v0.1.0 manually (the milestone baseline); 0.1.1+ is automatic from conventional-commit prefixes.
Doc sweep
--dry-run→--smoke-test(deprecated flag); drop the:freeOpenRouter slug (rate-limited/degraded — use the paid slug); replace the stale 2-row Nemotron benchmark table with the 6-model spread leaderboard (clearly labeled N=1, content-first); addanalyze_spread.pyto commandsTest plan
ruff checkclean,import rle→ 0.1.0, JSON configs validate__version__line)🤖 Generated with Claude Code