Tags: wolverine2k/warp
Tags
Generate Local-Warp release notes portably The GitHub releases page is a user-facing branding surface, and the release-note generator needs to produce Local-Warp headings before cutting the next tag. The script also used Bash 4 mapfile, which works on GitHub's Ubuntu runner but blocks local macOS dry-runs with the repository's default /bin/bash. Constraint: Release tags are packaged by .github/workflows/package_tag.yml using this script from the tagged checkout Rejected: Leave the generated title as Warp | conflicts with the Local-Warp branding pass Rejected: Rely only on GitHub's Ubuntu Bash | prevents local release-note verification before pushing a tag Confidence: high Scope-risk: narrow Directive: Keep release-page copy aligned with Local-Warp unless intentionally documenting upstream Warp behavior Tested: bash -n script/generate_release_notes script/validate_release_tag .github/workflows/package_tag.yml Tested: git diff --check
PreviousNext