mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-12 11:15:14 +02:00
Added support of goreleaser
This commit is contained in:
parent
3630d35b73
commit
1a5db7274c
25
.goreleaser.yml
Normal file
25
.goreleaser.yml
Normal file
@ -0,0 +1,25 @@
|
||||
# This is an example goreleaser.yaml file with some sane defaults.
|
||||
# Make sure to check the documentation at http://goreleaser.com
|
||||
before:
|
||||
hooks:
|
||||
- make
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
archive:
|
||||
replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
name_template: "{{ .Tag }}-next"
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- '^docs:'
|
||||
- '^test:'
|
1
Gopkg.lock
generated
1
Gopkg.lock
generated
@ -222,6 +222,7 @@
|
||||
"github.com/mafredri/cdp/devtool",
|
||||
"github.com/mafredri/cdp/protocol/dom",
|
||||
"github.com/mafredri/cdp/protocol/emulation",
|
||||
"github.com/mafredri/cdp/protocol/input",
|
||||
"github.com/mafredri/cdp/protocol/page",
|
||||
"github.com/mafredri/cdp/protocol/runtime",
|
||||
"github.com/mafredri/cdp/protocol/target",
|
||||
|
Loading…
Reference in New Issue
Block a user