Skip to content

Commit f3a4c3c

Browse files
committed
Update goreleaser
1 parent 3d400a1 commit f3a4c3c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.goreleaser.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
# This is an example .goreleaser.yml file with some sensible defaults.
2-
# Make sure to check the documentation at https://goreleaser.com
1+
project_name: URL-Shortener
32
before:
43
hooks:
5-
# You may remove this if you don't use go modules.
64
- go mod tidy
7-
# you may remove this if you don't need go generate
85
- go generate ./...
96
builds:
107
- env:
@@ -18,7 +15,6 @@ archives:
1815
darwin: Darwin
1916
linux: Linux
2017
windows: Windows
21-
386: i386
2218
amd64: x86_64
2319
checksum:
2420
name_template: 'checksums.txt'
@@ -29,4 +25,4 @@ changelog:
2925
filters:
3026
exclude:
3127
- '^docs:'
32-
- '^test:'
28+
- '^test:'

0 commit comments

Comments
 (0)