Merged
Conversation
- Add package-level doc comments and improve godoc for exported types - Add Homebrew tap support via goreleaser (gomantics/homebrew-tap) - Polish README: add badges, Homebrew install instructions, fix chunking docs - Add CONTRIBUTING.md with development guide - Update release footer to include brew install
…lease workflow - Fix struct field alignment that gofmt -s flagged - Pass HOMEBREW_TAP_GITHUB_TOKEN to goreleaser so it can push the formula to gomantics/homebrew-tap - Add token field to goreleaser brews config
📊 Code Coverage ReportCoverage by file |
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
Prepares clipx for public release / announcement.
Changes
brewssection to goreleaser config — on release, a formula is auto-published to gomantics/homebrew-tap so users canbrew install gomantics/tap/clipxbrew installinstructionsHomebrew tap setup
Created
gomantics/homebrew-taprepo. When the next release is cut via the Release workflow, goreleaser will automatically push the formula there. Users will be able to install via:Checklist
go test -race ./...)go vetclean