chore(release): G4 — bundle LICENSE/NOTICE/README in archives & packages - #77
Merged
Conversation
…& packages Completes the autonomously-doable part of G4 (release plumbing). goreleaser's default archive globs bundle LICENSE*/README* but NOT NOTICE — an Apache-2.0 distribution must ship NOTICE. Adds an explicit archive `files:` list (LICENSE + NOTICE + README + docs/QUICKSTART) and embeds LICENSE+NOTICE under /usr/share/doc/devstack in the .deb/.rpm via nfpm `contents:`. Validated locally: `goreleaser check` passes and a full `--snapshot` build produces all 8 artifacts (4 tar.gz + 2 .deb + 2 .rpm) with NOTICE present in the tarball. release-dryrun continues to cover this on every PR. Remaining G4 is owner-only (outward-facing / irreversible, locked decision #4): create the Homebrew tap repo (Q-NAME) + wire `brews:`, then cut the release — `git tag v1.0.0 && git push origin v1.0.0` — and flip the repo public. Co-Authored-By: Claude Opus 4.8 (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.
What
Completes the autonomously-doable part of G4. goreleaser's default archive globs include
LICENSE*/README*but notNOTICE— an Apache-2.0 distribution must ship NOTICE. This:files:list (LICENSE + NOTICE + README +docs/QUICKSTART.md)/usr/share/doc/devstackin the.deb/.rpm(nfpmcontents:)Validation
goreleaser checkpasses; a fullgoreleaser release --snapshotbuilds all 8 artifacts (4.tar.gz+ 2.deb+ 2.rpm) and the tarball now containsLICENSE,NOTICE,README.md,docs/+ the binary.release-dryruncovers it on every PR.Remaining G4 = owner-only (locked decision #4, outward-facing/irreversible)
brews:git tag v1.0.0 && git push origin v1.0.0🤖 Generated with Claude Code