goreleaser-setup

Solid

Set up goreleaser for Go release automation with cross-compilation and publishing.

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
36
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Goreleaser Setup Set up goreleaser for Go release automation. ## Generated Patterns ```yaml # .goreleaser.yaml version: 2 builds: - env: [CGO_ENABLED=0] goos: [linux, windows, darwin] goarch: [amd64, arm64] ldflags: - -s -w -X main.version={{.Version}} archives: - format: tar.gz format_overrides: - goos: windows format: zip checksum: name_template: 'checksums.txt' changelog: sort: asc filters: exclude: ['^docs:', '^test:', '^chore:'] brews: - repository: owner: myuser name: homebrew-tap homepage: https://github.com/myuser/myapp description: My CLI application ``` ## Target Processes - cli-binary-distribution - package-manager-publishing

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills