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

1959 Commits

Author SHA1 Message Date
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
Carlos Alexandro Becker
8eaca29766
fix: stop using deprecated tag_templates 2018-10-31 00:23:29 -03:00
Carlos Alexandro Becker
0ec1215d02 revert: removing favicon et al 2018-10-31 00:15:40 -03:00
Carlos Alexandro Becker
e456a3fef6 clean: depgraph doesnt work anymore 2018-10-31 00:15:40 -03:00
Carlos Alexandro Becker
570bd65dbd docs: improved contributing and added tutorials 2018-10-31 00:15:40 -03:00
Carlos Alexandro Becker
9872425a09 clean: removed commited artifacts 2018-10-31 00:15:40 -03:00
Carlos Alexandro Becker
3218dddb61 docs: always re-generate favicons et al 2018-10-31 00:15:40 -03:00
Carlos Alexandro Becker
7941abc62d fix: go mod tidy 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
8931e5e5e4 bump: nfpm 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
6a39e227bb docs: fix contributing 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
288a3ac781 chore: travis: set GO111MODULE=on on env 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
cf2e529598 chore: travis: set GO111MODULE=on on env 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
e1258d381b test: fix a docker test relying on /tmp 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
bd5d853f60 test: fix build tests 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
020174ebd2 chore: go modules 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
58de70c29e chore: do not need to get output 2018-10-30 22:24:20 -03:00
Carlos Alexandro Becker
8348301b3e fix: gpg: debug 2018-10-30 22:24:20 -03:00
Carlos Alexandro Becker
19cde27da9 test: gpg: fixed local execution 2018-10-30 22:24:20 -03:00
Carlos Alexandro Becker
b92acb3996
chore: stale after 14 days 2018-10-30 21:25:48 -03:00
Carlos Alexandro Becker
53360bc58f
chore: log 2018-10-27 13:38:24 -03:00
Carlos Alexandro Becker
57d02172bf
fix: brew and scoop should be last to publish
refs #854
2018-10-27 13:37:07 -03:00
Carlos Alexandro Becker
0251ba5ebb
fix: snap.login.enc
refs #854
2018-10-27 13:37:06 -03:00
Garcia, Julio C
2da661bc77 fix: improve log output #845
Fixed missunderstanding
2018-10-27 13:36:58 -03:00
Garcia, Julio C
0f6d8daa05 fix: improve log output #845
Removed the "creating" prefixes.
2018-10-27 13:36:58 -03:00
Carlos Alexandro Becker
846e26f48b test: disable colors on tests 2018-10-27 13:34:16 -03:00
Carlos Alexandro Becker
0dbce75983 test: disable colors on tests 2018-10-27 13:34:16 -03:00
Carlos Alexandro Becker
9b0a75d24d test: disable colors on tests 2018-10-27 13:34:16 -03:00
Carlos Alexandro Becker
7856c691cc fix: CI is not Travis 2018-10-27 13:34:16 -03:00