-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update go to 1.22.0 * update goreleaser/goreleaser to v5 * Update goreleaser to latest * update linter * update go-git
- Loading branch information
1 parent
a8b464c
commit 059befe
Showing
10 changed files
with
147 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
version: 2 | ||
env: | ||
- GO111MODULE=on | ||
before: | ||
|
@@ -21,13 +22,14 @@ builds: | |
- amd64 | ||
- 386 | ||
archives: | ||
- replacements: | ||
windows: windows | ||
386: i386 | ||
amd64: x86_64 | ||
- name_template: >- | ||
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_ | ||
{{- if eq .Arch "386" }}i386 | ||
{{- else if eq .Arch "amd64" }}x86_64 | ||
{{- else }}{{ .Arch }}{{ end }} | ||
format_overrides: | ||
- goos: windows | ||
format: zip | ||
formats: zip | ||
files: | ||
- none* | ||
changelog: | ||
|
@@ -39,15 +41,15 @@ changelog: | |
checksum: | ||
name_template: "{{ .ProjectName }}-windows-checksums.txt" | ||
snapshot: | ||
name_template: "{{ .Tag }}-next" | ||
scoop: | ||
bucket: | ||
owner: stripe | ||
name: scoop-stripe-cli | ||
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}" # This token can access the repo, but GITHUB_TOKEN cannot | ||
commit_author: | ||
name: stripe-ci | ||
email: [email protected] | ||
homepage: https://stripe.com | ||
description: Stripe CLI utility | ||
license: Apache 2.0 | ||
version_template: "{{ .Version }}-next" | ||
scoops: | ||
- repository: | ||
owner: stripe | ||
name: scoop-stripe-cli | ||
token: "{{ .Env.GORELEASER_GITHUB_TOKEN }}" # This token can access the repo, but GITHUB_TOKEN cannot | ||
commit_author: | ||
name: stripe-ci | ||
email: [email protected] | ||
homepage: https://stripe.com | ||
description: Stripe CLI utility | ||
license: Apache 2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.