Update scoop with goreleaser
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Torjus Håkestad 2022-01-24 20:43:07 +01:00
parent f78c68d46c
commit 26c9fb5bfd

View File

@ -6,6 +6,7 @@ before:
- go mod tidy - go mod tidy
# you may remove this if you don't need go generate # you may remove this if you don't need go generate
- go generate ./... - go generate ./...
builds: builds:
- id: "gpaste-client" - id: "gpaste-client"
binary: "gpaste" binary: "gpaste"
@ -28,22 +29,42 @@ builds:
goarch: goarch:
- amd64 - amd64
main: ./cmd/server/server.go main: ./cmd/server/server.go
archives: archives:
- format_overrides: - format_overrides:
- goos: windows - goos: windows
format: zip format: zip
checksum: checksum:
name_template: 'checksums.txt' name_template: 'checksums.txt'
snapshot: snapshot:
name_template: "{{ incpatch .Version }}-next" name_template: "{{ incpatch .Version }}-next"
changelog: changelog:
sort: asc sort: asc
filters: filters:
exclude: exclude:
- '^docs:' - '^docs:'
- '^test:' - '^test:'
scoop:
# Default for gitea is "https://gitea.com/<repo_owner>/<repo_name>/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://git.t-juice.club/torjus/scoop-tjuice/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
owner: torjus
name: scoop-tjuice
branch: master
commit_author:
name: ci.t-juice.club
email: ci@t-juice.club
commit_msg_template: "Scoop update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://git.t-juice.club/torjus/gpaste"
description: "Simple pastebin-style thingie."
gitea_urls: gitea_urls:
api: https://git.t-juice.club/api/v1/ api: https://git.t-juice.club/api/v1/
download: https://git.t-juice.club download: https://git.t-juice.club
env_files: env_files:
gitea_token: gitea_token gitea_token: gitea_token