Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Simplify snapshot releaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Kemal Akkoyun <[email protected]>
  • Loading branch information
kakkoyun committed Jun 11, 2020
1 parent 73f6dc4 commit 81b997c
Showing 1 changed file with 2 additions and 34 deletions.
36 changes: 2 additions & 34 deletions .goreleaser-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,6 @@ builds:
hooks:
# Ignores failures, this is just best effort. Alternative: find target/dist -name drone-cache -type f -exec upx {} +
post: find target/dist -name drone-cache -type f -print0 | xargs -n 1 -0 upx
archives:
-
id: tarball
format: tar.gz
format_overrides:
- goos: windows
format: zip
wrap_in_directory: true
replacements:
amd64: 64bit
386: 32bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: linux
windows: windows
openbsd: openBSD
netbsd: netBSD
freebsd: freeBSD
dragonfly: dragonFlyBSD
files:
- README.md
- CHANGELOG.md
- LICENSE
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt" # default
snapshot:
Expand All @@ -71,17 +47,9 @@ release:
github:
owner: meltwater
name: drone-cache
prerelease: true
draft: true
disable: true
changelog:
sort: asc
filters:
exclude:
- typo
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
skip: true
dockers:
-
goos: linux
Expand Down

0 comments on commit 81b997c

Please sign in to comment.