goreleaser-setup

Solid

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

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
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

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

github-release

Prepare and publish GitHub releases. Sanitizes code for public release (secrets scan, personal artifacts, LICENSE/README validation), creates version tags, and publishes via gh CLI. Trigger with 'release', 'publish', 'open source', 'prepare for release', 'create release', or 'github release'.

813 Updated 2 weeks ago
jezweb
AI & Automation Listed

game-ship

Game release workflow. Build, test, changelog, PR, platform submission. Supports Steam, App Store, Google Play, Web, and custom pipelines.

0 Updated today
paulitaquack204
Code & Development Listed

release-readiness

Prepare a HARNESS local release candidate by running validation gates, install smoke, builder smoke, and package dry-run checks.

1 Updated today
Ps-Neko
AI & Automation Listed

oss-launch

Turn one open-source release/topic into platform-tailored posts and publish them through a gated, auditable path. Use when the user wants to announce or promote an OSS project/release across X, Bluesky, dev.to, Reddit, Hacker News, etc. Triggers: "announce my release", "promote my repo", "post about this project", "oss launch", "Show HN", "发布开源项目", "宣传项目".

31 Updated today
signalridge
Code & Development Listed

release

Use when the user asks whether a release is ready, or to gate/verify release criteria before publishing. A thin readiness-gate that runs the existing read-only verifiers (evolve release-preflight, evolve release-consistency), adds the CI-green-on-main and no-WIP-commit checks they don't cover, then delegates execution to /publish. Does NOT reimplement the release pipeline.

1 Updated today
mickeyyaya