원클릭으로
degg-release
Release guidance for GoReleaser, GitHub Actions release tags, binary archives, Devbox tooling, and CLI version metadata in degg.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Release guidance for GoReleaser, GitHub Actions release tags, binary archives, Devbox tooling, and CLI version metadata in degg.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Local development workflow for degg. Use when orienting in the workspace, choosing just/go/GoReleaser commands, or validating general changes.
Generator guidance for declaration parsing, validation, enum template output, examples, and generated Go formatting in degg.
| name | degg-release |
| description | Release guidance for GoReleaser, GitHub Actions release tags, binary archives, Devbox tooling, and CLI version metadata in degg. |
Use this skill when changing GoReleaser, GitHub Actions, Devbox, .justfile,
or CLI version metadata.
Releases are tag-driven. Pushing a v* tag runs
.github/workflows/release.yml, which uses GoReleaser v2 to publish binary
archives for degg.
This repo publishes CLI binaries only. Do not add Docker or GHCR publishing unless a future task introduces a container runtime requirement.
Release builds inject these variables in cmd/degg/cli:
ProgramVersionProgramCommitSHAProgramBuildTimeThe local just build degg path injects development metadata from the current
commit and UTC timestamp.
Run:
goreleaser check
goreleaser release --snapshot --clean
If GoReleaser is not installed globally, use:
devbox run release-check
devbox run release-snapshot
go-version-file: go.mod in the workflow unless the module policy
changes.CGO_ENABLED=0; degg currently has no cgo dependency.