II.
LibrarySkill overview
Reference · livelib-skill:cli-mcp-development--goreleaser-setup
goreleaser-setup overview
Set up goreleaser for Go release automation with cross-compilation and publishing.
Attributes
displayName
goreleaser-setup
description
Set up goreleaser for Go release automation with cross-compilation and publishing.
libraryPath
library/specializations/cli-mcp-development/skills/goreleaser-setup/SKILL.md
specialization
cli-mcp-development
contentSummary
# 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}}
archi
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:cli-mcp-development·Specialization
lib_covers_topic1
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:feature-development·Workflow
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:platform-engineer·Role
lib_requires_skill_area2
- skill-area:cli-design·SkillAreaCLI Design
- skill-area:deployment-infrastructure-management·SkillAreaDeployment and Infrastructure Management
Incoming edges
None.