We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d400a1 commit f3a4c3cCopy full SHA for f3a4c3c
.goreleaser.yaml
@@ -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
+project_name: URL-Shortener
3
before:
4
hooks:
5
- # You may remove this if you don't use go modules.
6
- go mod tidy
7
- # you may remove this if you don't need go generate
8
- go generate ./...
9
builds:
10
- env:
@@ -18,7 +15,6 @@ archives:
18
15
darwin: Darwin
19
16
linux: Linux
20
17
windows: Windows
21
- 386: i386
22
amd64: x86_64
23
checksum:
24
name_template: 'checksums.txt'
@@ -29,4 +25,4 @@ changelog:
29
25
filters:
30
26
exclude:
31
27
- '^docs:'
32
- - '^test:'
28
+ - '^test:'
0 commit comments