diff --git a/dist/CHANGELOG.md b/dist/CHANGELOG.md deleted file mode 100644 index 712cf32..0000000 --- a/dist/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -## Changelog - -a8551bc fix UTXO waiting logic -4506bdb fix bug in utxo counting -b5c9806 improve space management diff --git a/dist/checksums.txt b/dist/checksums.txt deleted file mode 100644 index 6853673..0000000 --- a/dist/checksums.txt +++ /dev/null @@ -1 +0,0 @@ -752251a8bf18dcdbc15c6c9180466b35c1bc5d589f4600d8045b3d81f81daa84 ytsync_Linux_x86_64.zip diff --git a/dist/config.yaml b/dist/config.yaml deleted file mode 100644 index 84b1dbb..0000000 --- a/dist/config.yaml +++ /dev/null @@ -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 diff --git a/dist/ytsync_Linux_x86_64.zip b/dist/ytsync_Linux_x86_64.zip deleted file mode 100644 index 70070f5..0000000 Binary files a/dist/ytsync_Linux_x86_64.zip and /dev/null differ diff --git a/dist/ytsync_linux_amd64/ytsync b/dist/ytsync_linux_amd64/ytsync deleted file mode 100755 index e80558a..0000000 Binary files a/dist/ytsync_linux_amd64/ytsync and /dev/null differ