remove dist folder...

This commit is contained in:
Niko Storni 2019-06-26 03:48:44 +02:00
parent 9e49110295
commit 7f48220a80
5 changed files with 0 additions and 104 deletions

5
dist/CHANGELOG.md vendored
View file

@ -1,5 +0,0 @@
## Changelog
a8551bc fix UTXO waiting logic
4506bdb fix bug in utxo counting
b5c9806 improve space management

1
dist/checksums.txt vendored
View file

@ -1 +0,0 @@
752251a8bf18dcdbc15c6c9180466b35c1bc5d589f4600d8045b3d81f81daa84 ytsync_Linux_x86_64.zip

98
dist/config.yaml vendored
View file

@ -1,98 +0,0 @@
project_name: ytsync
release:
github:
owner: lbryio
name: ytsync
name_template: '{{.Tag}}'
brews:
- name: ytsync
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
scoop:
name: ytsync
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
url_template: https://github.com/lbryio/ytsync/releases/download/{{ .Tag }}/{{ .ArtifactName
}}
builds:
- id: ytsync
goos:
- linux
goarch:
- amd64
goarm:
- "6"
targets:
- linux_amd64
main: .
ldflags:
- -X "{{ .Env.IMPORTPATH }}/meta.semVersion={{ .Tag }}" -X "{{ .Env.IMPORTPATH }}/meta.version={{
.Env.VERSIONSHORT }}" -X "{{ .Env.IMPORTPATH }}/meta.versionLong={{ .Env.VERSIONLONG
}}" -X "{{ .Env.IMPORTPATH }}/meta.commitMsg={{ .Env.COMMITMSG }}"
binary: ytsync
env:
- CGO_ENABLED=0
lang: go
archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
replacements:
amd64: x86_64
linux: Linux
format: zip
archives:
- id: default
builds:
- ytsync
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
replacements:
amd64: x86_64
linux: Linux
format: zip
files:
- licence*
- LICENCE*
- license*
- LICENSE*
- readme*
- README*
- changelog*
- CHANGELOG*
nfpms:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
}}v{{ .Arm }}{{ end }}'
id: default
builds:
- ytsync
bindir: /usr/local/bin
snapcrafts:
- name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm
}}v{{ .Arm }}{{ end }}'
builds:
- ytsync
snapshot:
name_template: '{{ .Tag }}-next'
checksum:
name_template: checksums.txt
algorithm: sha256
changelog:
filters:
exclude:
- '^docs:'
- '^test:'
sort: asc
dist: dist
sign:
cmd: gpg
args:
- --output
- $signature
- --detach-sig
- $artifact
signature: ${artifact}.sig
artifacts: none
env_files:
github_token: ~/.config/goreleaser/github_token
github_urls:
download: https://github.com

Binary file not shown.

Binary file not shown.