chore: prep repo for public OSS release#24
Merged
Conversation
- Point public contact at the personal maintainer email in CODE_OF_CONDUCT, SECURITY, and the nFPM maintainer field. - Drop Scoop (Windows package-manager) distribution: remove the scoops block from .goreleaser.yaml and the SCOOP_BUCKET_GITHUB_TOKEN from the release workflow. Windows users still get the .zip archive and `go install`. - Fix the README Homebrew line to the real tap: `brew install NickMoignard/tap/yamlx`. - Tidy the stale scaffold header comment in .goreleaser.yaml. - Ignore GoReleaser's /dist/ build output. Verified: go test ./..., gofmt, goreleaser check, and a full `goreleaser release --snapshot` (archives + deb/rpm + Homebrew cask) all pass. 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.
Prep work ahead of making the repo public and cutting the first Homebrew release (v1.0.0).
Changes
CODE_OF_CONDUCT.md,SECURITY.md, and the nFPMmaintainerfield (was a work email).scoops:block from.goreleaser.yamlandSCOOP_BUCKET_GITHUB_TOKENfromrelease.yml. Windows still ships as a.ziparchive and viago install; we're just not maintaining a Scoop bucket.brew install NickMoignard/tap/yamlx..goreleaser.yaml./dist/output.Validation
go test ./...✅gofmt -l .clean ✅goreleaser check✅goreleaser release --snapshotbuilds all archives,.deb/.rpm, and the Homebrew cask ✅🤖 Generated with Claude Code