Add read-only basectl release assistant#549
Merged
codeforester merged 1 commit intoJun 10, 2026
Merged
Conversation
c642e64 to
0d51ede
Compare
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
release:metadata tobase_manifest.yaml, including GitHub release data and optional Homebrew handoff fields.basectl release check|plan|noteswith release readiness checks, changelog note extraction, GitHub target output, and Homebrew handoff planning.Validation
BASE_HOME="$PWD" PYTHONPATH="$PWD/lib/python:$PWD/cli/python" /Users/rameshhp/.base.d/base/.venv/bin/python -m pytest cli/python/base_setup/tests/test_manifest.py -qBASE_HOME="$PWD" PYTHONPATH="$PWD/lib/python:$PWD/cli/python" /Users/rameshhp/.base.d/base/.venv/bin/python -m pytest cli/python/base_release/tests/test_engine.py -qBASE_HOME="$PWD" bats cli/bash/commands/basectl/tests/release.batsBASE_HOME="$PWD" bats cli/bash/commands/basectl/tests/help.bats cli/bash/commands/basectl/tests/completions.batsBASE_CACHE_DIR=/private/tmp/base-release-smoke-cache BASE_HOME="$PWD" bin/basectl release plan --version 0.3.0 --manifest base_manifest.yamlBASE_CACHE_DIR=/private/tmp/base-release-smoke-cache BASE_HOME="$PWD" bin/basectl release notes --version 0.3.0 --manifest base_manifest.yamlgit diff --checkenv -u BASE_HOME ./bin/base-testDemo Impact
basectl release plan --version 0.3.0 --manifest base_manifest.yamlnow prints Base release metadata and the Homebrew tap handoff checklist without publishing anything.Closes #541
Closes #542
Part of #540
Part of #544