This repository was archived by the owner on Feb 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed
Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,29 @@ builds:
3939 hooks :
4040 # Ignores failures, this is just best effort. Alternative: find target/dist -name drone-cache -type f -exec upx {} +
4141 post : find target/dist -name drone-cache -type f -print0 | xargs -n 1 -0 upx
42+ archives :
43+ - id : tarball
44+ format : tar.gz
45+ format_overrides :
46+ - goos : windows
47+ format : zip
48+ wrap_in_directory : true
49+ replacements :
50+ amd64 : 64bit
51+ 386 : 32bit
52+ arm : ARM
53+ arm64 : ARM64
54+ darwin : macOS
55+ linux : linux
56+ windows : windows
57+ openbsd : openBSD
58+ netbsd : netBSD
59+ freebsd : freeBSD
60+ dragonfly : dragonFlyBSD
61+ files :
62+ - README.md
63+ - CHANGELOG.md
64+ - LICENSE
4265checksum :
4366 name_template : " {{ .ProjectName }}_{{ .Version }}_checksums.txt" # default
4467snapshot :
@@ -47,9 +70,17 @@ release:
4770 github :
4871 owner : meltwater
4972 name : drone-cache
50- disable : true
73+ prerelease : auto # in case there is an indicator for this in the tag e.g. v1.0.0-rc1
74+ draft : true # we want human in the loop
5175changelog :
52- skip : true
76+ sort : asc
77+ filters :
78+ exclude :
79+ - typo
80+ - ' ^docs:'
81+ - ' ^test:'
82+ - Merge pull request
83+ - Merge branch
5384dockers :
5485 -
5586 goos : linux
You can’t perform that action at this time.
0 commit comments