Skip to content

Commit

Permalink
Merge pull request #30 from budougumi0617/fix/goreleaser
Browse files Browse the repository at this point in the history
fix: fix goreleaser settings
  • Loading branch information
budougumi0617 authored Sep 18, 2024
2 parents f343c13 + 2f0832f commit ae93064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
# Dependency directories (remove the comment below to include it)
# vendor/
tmp/
nrseg
nrseg
dist/
8 changes: 3 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,14 @@ builds:
main: ./cmd/nrseg/main.go

archives:
- format: 'tar.gz'
name_template: '{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}'
- format: "tar.gz"
name_template: "{{ .ProjectName }}_v{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- CHANGELOG.md
- LICENSE.txt
- LICENSE
- README.md
checksum:
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"

changelog:
sort: asc
Expand Down

0 comments on commit ae93064

Please sign in to comment.