diff --git a/.goreleaser.yaml b/.goreleaser.yaml index edec78a..8a8d77a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -6,6 +6,7 @@ before: - go mod tidy # you may remove this if you don't need go generate - go generate ./... + builds: - id: "gpaste-client" binary: "gpaste" @@ -28,22 +29,42 @@ builds: goarch: - amd64 main: ./cmd/server/server.go + archives: - format_overrides: - goos: windows format: zip + checksum: name_template: 'checksums.txt' + snapshot: name_template: "{{ incpatch .Version }}-next" + changelog: sort: asc filters: exclude: - '^docs:' - '^test:' + +scoop: + # Default for gitea is "https://gitea.com///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: api: https://git.t-juice.club/api/v1/ download: https://git.t-juice.club + env_files: gitea_token: gitea_token