release: v0.0.0rc0 (dry-run pre-release)#261
Open
mlieberman85 wants to merge 1 commit into
Open
Conversation
Bumps all 4 public packages to 0.0.0rc0 so the release pipeline can be exercised end-to-end against TestPyPI + GHCR before cutting v0.1.0. Pre-release rc tags skip Homebrew dispatch and Claude Code plugin packaging by design — those run on stable tags only. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
darnit-mcp,darnit-core,darnit-baseline,darnit-gittuf) to0.0.0rc0.v0.1.0.rcNtags skip the Homebrew formula bump and Claude Code plugin jobs by design — those run on stable tags only.Pre-flight (already verified locally on this branch)
uv sync --all-extras— cleanuv run ruff check .— All checks passed!uv run pytest tests/ --ignore=tests/integration/ -q— 2122 passed, 6 skippeduv run python scripts/validate_sync.py --verbose— all validations successfuluv run python scripts/generate_docs.pythengit diff --exit-code docs/generated/— no diffExternal setup still required before tagging
releaseenvironment onkusari-oss/darnit— done (id15434148958)darnit-core,darnit-baseline,darnit-gittuf,darnit-mcp— ownerkusari-oss, repodarnit, workflowrelease.yml, envrelease)git tag v0.0.0rc0 && git push origin v0.0.0rc0Homebrew tap setup (
kusari-oss/homebrew-tap+ GitHub App +HOMEBREW_TAP_TOKEN) is not required for rc0 — it's tracked separately as a v0.1.0 blocker.Test plan
release.ymlpreflightjob passes (verifies tag == pyproject version, working tree clean, lint, tests, sync, docs)pypi_publish_*jobs upload to TestPyPI (not PyPI)container_build_pushpushesghcr.io/kusari-oss/darnit:v0.0.0rc0(+-rc)binary_matrixproduces signed shiv binaries for 4 platformsrelease_attach_binariescreates GitHub Release marked pre-releasehomebrew_dispatchandplugin_packageskip cleanly (stable-onlyif:guards)finalizeposts timing table to release notes🤖 Generated with Claude Code