Skip to content

Commit 08dcf0e

Browse files
committed
Update GoReleaser file and go.mod
1 parent 6191769 commit 08dcf0e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.goreleaser.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ builds:
1414
- openbsd
1515
goarch:
1616
- amd64
17-
archive:
17+
archives:
18+
- id: minify
1819
format: tar.gz
1920
format_overrides:
2021
- goos: windows
@@ -23,7 +24,5 @@ archive:
2324
files:
2425
- cmd/minify/README.md
2526
- LICENSE.md
26-
snapshot:
27-
name_template: "devel"
2827
release:
2928
disable: true

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tdewolff/minify/v2
22

3-
//replace github.com/tdewolff/parse/v2 => ../parse
3+
replace github.com/tdewolff/parse/v2 => ../parse
44

55
require (
66
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect

0 commit comments

Comments
 (0)