1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
Commit Graph

1936 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
850205abf1
feat: back-reference build artifacts from archive artifact (#908) 2019-01-01 14:40:17 -02:00
Carlos Alexandro Becker
e1eeba292f
docs: using conventional commits (#907)
* docs: using conventional commits

* docs: format
2019-01-01 13:19:57 -02:00
Carlos Alexandro Becker
dd59e0c9a2
docs: badges 2018-12-31 14:03:40 -02:00
Federico G. Schwindt
d10c4f4f07 feat: add custom_block to brew formula generation (#906)
This allows authors to specify things such as devel, head and more.
See
https://github.com/Homebrew/brew/blob/master/docs/Formula-Cookbook.md#advanced-formula-tricks
for details.
2018-12-30 00:06:54 -02:00
Kamil Samigullin
2cc473280f use retry package to repeat uploads (#905) 2018-12-29 20:14:05 -02:00
Carlos Alexandro Becker
47f1fd81ea
fix: gofmt 2018-12-28 20:16:16 -02:00
Carlos Alexandro Becker
7255eb7461
Merge remote-tracking branch 'origin/master' 2018-12-28 19:19:02 -02:00
Carlos Alexandro Becker
8e42ab62a5
fix: better retry upload (#904)
* Revert "fix: retry upload (#900)"

This reverts commit 6e09a19a83.

* fix: better upload retry

* fix: fmt
2018-12-28 19:17:40 -02:00
Carlos Alexandro Becker
6fb427e5c8
Revert "fix: retry upload (#900)"
This reverts commit 6e09a19a83.
2018-12-28 18:58:11 -02:00
Carlos Alexandro Becker
6e09a19a83
fix: retry upload (#900)
* fix: retry upload

* fix: goimports
2018-12-23 11:41:36 -02:00
Carlos Alexandro Becker
3340f0b026
chore: main.workflow 2018-12-23 11:41:00 -02:00
Carlos Alexandro Becker
15d00f2900
fix: pipe name 2018-12-22 19:28:38 -02:00
Carlos Alexandro Becker
bf68277b50 fix: improvements on docker extra_files 2018-12-16 12:34:21 -02:00
Carlos Alexandro Becker
c8354d5ac9 docs: snapshots
closes #740
2018-12-13 12:11:12 -02:00
Carlos Alexandro Becker
07d9855890 fix: tests 2018-12-13 12:11:12 -02:00
Carlos Alexandro Becker
14e93c6390 fix: breaking: changed snapshot default name tmpl 2018-12-13 12:11:12 -02:00
Carlos Alexandro Becker
a69ef61d60 fix: snapshot version handling 2018-12-13 12:11:12 -02:00
Carlos Alexandro Becker
513473b446
fix: snapcraft: broken permissions 2018-12-12 18:32:22 -02:00
Carlos Alexandro Becker
7060eb8450
chore: small code improvements 2018-12-12 18:24:22 -02:00
Eelco
2f6cb9d719 feat: Allows pushing to private registry (#893)
using the goreleaser docker container
2018-12-10 13:45:01 -02:00
Carlos Alexandro Becker
ab3bab15ce
refactor: simplified code 2018-12-04 11:36:51 -02:00
Pierre Boissinot
022c579d74 docs(ci): change snapcraft package with snapd (#889) 2018-12-02 16:57:38 -02:00
Tom Payne
14c7f06ca2 fix: pass missing arg to log.Warnf (#886) 2018-11-30 16:48:49 -02:00
Carlos Alexandro Becker
e7bec044a0
test: ignored err 2018-11-29 16:43:00 -02:00
Felix Gläske
71abba61c3 feat: set github as pre-release if tag has a pre-release indicator (#871)
* Add check if tag contains indicator for pre release

* update release.md docs
2018-11-29 16:42:14 -02:00
Srdjan Grubor
5e3e6b2e85 fix: convert docker images to Alpine (#884)
This should signifficantly reduce the image size of the Docker images
needed to use Goreleaser

Resolves #882
2018-11-29 16:40:04 -02:00
Carlos Alexandro Becker
aec15be52c
fix: docker: added labels 2018-11-27 14:05:54 -02:00
Carlos Alexandro Becker
5449d5c495 fix: docker: binary 2018-11-27 14:03:53 -02:00
Carlos Alexandro Becker
52e5c3aa56 feat: also build/publish docker w/ cgo image 2018-11-27 14:03:53 -02:00
Srdjan Grubor
816bba2016 Added Dockerfile for CGO-geared builds
This adds a Dockerfile for an image that can build linux/amd64 binaries.
2018-11-27 13:37:44 -02:00
Srdjan Grubor
19f4ed6e01 Optimized Dockerfile layers and added fingerprint checking
Layers are now cleaned up and ordered in a way to minimize breaking of
the cache. Additional Docker key fingerprint checking has been added to
ensure that we get the eky we are expecting from Docker website.
2018-11-27 13:37:44 -02:00
Carlos Alexandro Becker
18efb4a5c2 fix: change defaults order 2018-11-25 18:25:38 -02:00
fifi
e794eaf67f feat: add custom_require to brew formula generation
Due to the linked changes in homebrew deprecating "unused" download
strategies and the suggested workaround of adding a custom
"require_relative" I have added the ability to specify a ruby filename
in the brew specification

My use case is to continue using the GitHubPrivateRepositoryDownloadStrategy
without a deprecation warnings on every brew install.

brew deprecation:
599ecc9b5a (diff-ad9201cdd3b6f948345629ad812cd5bd)

suggested workaround:
https://github.com/Homebrew/brew/issues/5074#issuecomment-429274286
2018-11-23 10:26:06 -02:00
Carlos Alexandro Becker
1f6766d35e
docs: improved installation instructions
closes #877
2018-11-22 17:01:25 -02:00
Carlos Alexandro Becker
e966f9956a clean: removed unused method 2018-11-16 17:32:07 -02:00
Carlos Alexandro Becker
a17d51c350 test: increased coverage 2018-11-14 09:50:18 -02:00
Carlos Alexandro Becker
3fe09b20cf docs: custom wrap in directory 2018-11-14 09:50:18 -02:00
Carlos Alexandro Becker
18b8be6818 feat: support custom wrap directory
closes #728
2018-11-14 09:50:18 -02:00
Carlos Alexandro Becker
ce267acabf fix: uniq files inside archive
refs #836
2018-11-11 19:31:05 -02:00
Carlos Alexandro Becker
7a6de727dd test: fixed 2018-11-11 18:59:25 -02:00
Carlos Alexandro Becker
8867356965 chore: remove log 2018-11-11 18:59:25 -02:00
Carlos Alexandro Becker
2dd00ae7a6 fix: do not allow several archives with the same name 2018-11-11 18:59:25 -02:00
Carlos Alexandro Becker
a6bef50b0f fix: archives with windows paths 2018-11-08 09:52:07 -02:00
Carlos Alexandro Becker
6c349c1759 fix: linter fixes 2018-11-08 09:40:23 -02:00
Carlos Alexandro Becker
aef63d2fcb
chore: brew: better join impl 2018-11-07 14:15:07 -02:00
Carlos Alexandro Becker
6da57e496a chore: goimports 2018-11-06 11:24:57 -02:00
Carlos Alexandro Becker
a273a978f2 fix: brew formula path on windows 2018-11-06 11:24:57 -02:00
Carlos Alexandro Becker
67482044d2 fix: defaults when release is disabled
closes #861
2018-11-03 15:37:51 -03:00
Carlos Alexandro Becker
498782e524
chore: log output 2018-11-03 15:25:01 -03:00
Lukasz Rohde
cafe168d23 docs: Adding Semaphore CI to GoReleaser documentation (#860)
* include Semaphore in CI sections

* Changed SemaphoreCI to Semaphore (#1)

* Update ci.md

* Update ci.md

* Update ci.md

* Corrected typos (#3)

* Corrected typos (#2)
2018-10-31 13:06:30 -03:00