Release v1.0.30#157
Merged
Merged
Conversation
Update release metadata, install docs, npm package manifests, site copy, and the Homebrew formula version so the release branch can carry the OMC madmax status-row fix through the packaging pipeline. Constraint: v1.0.30 source tarball checksum can only be finalized after the Git tag exists. Rejected: precomputing a Homebrew tarball hash before tagging | GitHub source archives are tag-addressed and should be verified after tag publication. Confidence: high Scope-risk: narrow Directive: update the Homebrew sha256 after v1.0.30 is tagged, before declaring Homebrew deployment complete. Tested: scripts/release-preflight.sh --allow-occupied-skip --require-audit; cargo metadata --format-version 1 --locked --no-deps; node scripts/validate_npm_packages.mjs; python3 scripts/validate_contract_manifest.py docs/contract-manifest.json; python3 scripts/test_release_helpers.py; ruby -c packaging/homebrew/lterm.rb Not-tested: manual 15-minute soak was skipped by release-preflight without --run-soak.
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
Verification
scripts/release-preflight.sh --allow-occupied-skip --require-auditcargo metadata --format-version 1 --locked --no-depsnode scripts/validate_npm_packages.mjspython3 scripts/validate_contract_manifest.py docs/contract-manifest.jsonpython3 scripts/test_release_helpers.pyruby -c packaging/homebrew/lterm.rbNotes
sha256will be finalized after thev1.0.30tag exists and the source tarball can be fetched.