Initial v1.0.0 commit

This commit is contained in:
Jakub Vavřík
2021-01-28 17:37:47 +01:00
commit 1481d27782
4164 changed files with 1264675 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
builds:
- env:
- CGO_ENABLED=0
# travis ci currently sets GOPATH even with go1.11.
# force-setting GO111MODULE=on to use vgo
- GO111MODULE=on
goos:
- linux
- darwin
goarch:
- amd64
archive:
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE
- template/**
- example-config.json
checksum:
name_template: "checksums.txt"
changelog:
skip: true
release:
# releases are uploaded to github by .travis.yml
disable: true