Skip to content

chore: prep repo for public OSS release#24

Merged
NickMoignard merged 1 commit into
masterfrom
chore/oss-release-prep
Jul 13, 2026
Merged

chore: prep repo for public OSS release#24
NickMoignard merged 1 commit into
masterfrom
chore/oss-release-prep

Conversation

@NickMoignard

Copy link
Copy Markdown
Owner

Prep work ahead of making the repo public and cutting the first Homebrew release (v1.0.0).

Changes

  • Public contact email → personal maintainer address in CODE_OF_CONDUCT.md, SECURITY.md, and the nFPM maintainer field (was a work email).
  • Drop Scoop distribution — removed the scoops: block from .goreleaser.yaml and SCOOP_BUCKET_GITHUB_TOKEN from release.yml. Windows still ships as a .zip archive and via go install; we're just not maintaining a Scoop bucket.
  • README Homebrew line → real tap: brew install NickMoignard/tap/yamlx.
  • Tidied the stale scaffold header comment in .goreleaser.yaml.
  • Ignore GoReleaser's /dist/ output.

Validation

  • go test ./...
  • gofmt -l . clean ✅
  • goreleaser check
  • goreleaser release --snapshot builds all archives, .deb/.rpm, and the Homebrew cask ✅

🤖 Generated with Claude Code

- 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>
@NickMoignard NickMoignard merged commit a107b0f into master Jul 13, 2026
6 checks passed
@NickMoignard NickMoignard deleted the chore/oss-release-prep branch July 13, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant