Skip to content

Commit

Permalink
ci: change release ci
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue committed Oct 20, 2023
1 parent ae68cf9 commit 106b54b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,14 @@ archives:
- format: binary
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"

# - id: binaries
# builds:
# - fnsad-darwin-universal
# - fnsad-linux-amd64
# - fnsad-linux-arm64
# - fnsad-darwin-amd64
# - fnsad-darwin-arm64
# name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
# format: binary
# files:
# - none*
- format: tar.gz
wrap_in_directory: true
name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
files:
- LICENSE
- README.md
- RELEASE_CHANGELOG.md
rlcp: true

release:
name_template: "v{{.Version}}"
Expand All @@ -107,5 +104,8 @@ checksum:
name_template: "sha256sum-v{{ .Version }}.txt"
algorithm: sha256

snapshot:
name_template: SNAPSHOT-{{ .Commit }}

changelog:
skip: false

0 comments on commit 106b54b

Please sign in to comment.