We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6191769 commit 08dcf0eCopy full SHA for 08dcf0e
.goreleaser.yml
@@ -14,7 +14,8 @@ builds:
14
- openbsd
15
goarch:
16
- amd64
17
-archive:
+archives:
18
+ - id: minify
19
format: tar.gz
20
format_overrides:
21
- goos: windows
@@ -23,7 +24,5 @@ archive:
23
24
files:
25
- cmd/minify/README.md
26
- LICENSE.md
-snapshot:
27
- name_template: "devel"
28
release:
29
disable: true
go.mod
@@ -1,6 +1,6 @@
1
module github.com/tdewolff/minify/v2
2
3
-//replace github.com/tdewolff/parse/v2 => ../parse
+replace github.com/tdewolff/parse/v2 => ../parse
4
5
require (
6
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
0 commit comments