Files
Hop/.goreleaser.yaml
Hop aad987e762
CI / test (push) Waiting to run
CI / powershell-installer (push) Waiting to run
Reconcile canonical GnosysLabs/Hop publishing paths with accepted release implementation
Hop-State: A_06FN5C39XCC4JXJEAKVD5S0
Hop-Proposal: R_06FN5C2KP6Z8BKCP0KK1QZ0
Hop-Task: T_06FN3MBF98GWD4NA5PA1RWG
Hop-Attempt: AT_06FN5B04YJGZ2NFP2TJWM1R
2026-07-11 12:38:41 -07:00

72 lines
1.2 KiB
YAML

version: 2
project_name: hop
builds:
- id: hop
main: ./cmd/hop
binary: hop
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
goamd64:
- v1
flags:
- -trimpath
ldflags:
- >-
-s -w
-X githop.xyz/GnosysLabs/Hop/internal/hop.Version={{ .Version }}
archives:
- id: release
ids:
- hop
formats:
- tar.gz
format_overrides:
- goos: windows
formats:
- zip
# Stable names keep installer asset lookup deterministic across releases.
name_template: "hop_{{ .Os }}_{{ .Arch }}"
files:
- README.md
- LICENSE*
checksum:
name_template: checksums.txt
algorithm: sha256
gitea_urls:
api: https://githop.xyz/api/v1
download: https://githop.xyz
skip_tls_verify: false
snapshot:
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- "^docs?:"
- "^test:"
- "^chore:"
- "^ci:"
- "Merge pull request"
- "Merge branch"
release:
gitea:
owner: GnosysLabs
name: Hop
draft: true
prerelease: auto