Skip to content

Commit

Permalink
full module path removed
Browse files Browse the repository at this point in the history
  • Loading branch information
unique1o1 committed Aug 24, 2021
1 parent 949408b commit 8f58ca7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ builds:
- darwin

ldflags:
- -s -w -X "github.com/unique1o1/jprq/main.VERSION={{.Tag}}"
- -s -w -X "main.VERSION={{.Tag}}"
archives:
- replacements:
darwin: Darwin
Expand All @@ -24,12 +24,12 @@ archives:
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ incpatch .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"

0 comments on commit 8f58ca7

Please sign in to comment.