Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/goreleaser/goreleaser

Deliver Go binaries as fast and easily as possible
https://github.com/goreleaser/goreleaser

fix: gofmt

47f1fd81ea544f3197eff92f68d9a7a600cb4e34 authored about 6 years ago
Merge remote-tracking branch 'origin/master'

7255eb74618fd71972cbdd94313b59dd2c11aebb authored about 6 years ago
fix: better retry upload (#904)

* Revert "fix: retry upload (#900)"

This reverts commit 6e09a19a83ed4b643981800aa2ecf1143dcb2...

8e42ab62a5b5a4dcab1b2c15768ecb2e758fc486 authored about 6 years ago
Revert "fix: retry upload (#900)"

This reverts commit 6e09a19a83ed4b643981800aa2ecf1143dcb23c9.

6fb427e5c8c3bd47e9901d5ca74ddd83f10320d0 authored about 6 years ago
fix: retry upload (#900)

* fix: retry upload

* fix: goimports

6e09a19a83ed4b643981800aa2ecf1143dcb23c9 authored about 6 years ago
chore: main.workflow

3340f0b0269ad2fe3c6d986653c79c96f669e1d5 authored about 6 years ago
fix: pipe name

15d00f2900ecb3a62cf7a3a7673bd326e5298405 authored about 6 years ago
fix: improvements on docker extra_files

bf68277b5047474b6db3d72ccdc777b580c5e7e3 authored about 6 years ago
docs: snapshots

closes #740

c8354d5ac9c1c0b2343185534aaa5c5b271271d8 authored about 6 years ago
fix: tests

07d9855890ebfc25dfbbdb0554135c01761917d7 authored about 6 years ago
fix: snapshot version handling

a69ef61d60ac1e8924a1a92d0859e407e8b0df89 authored about 6 years ago
fix: breaking: changed snapshot default name tmpl

14e93c63903dda62f776c961fe5c0544400bf9aa authored about 6 years ago
fix: snapcraft: broken permissions

513473b4463a24d1ea821e12a7634885b9780c24 authored about 6 years ago
chore: small code improvements

7060eb8450c229294ce1a8cd07ea9ac60ba9dee9 authored about 6 years ago
feat: Allows pushing to private registry (#893)

using the goreleaser docker container

2f6cb9d7191f25676ff87150cafba675d3ec2de9 authored about 6 years ago
refactor: simplified code

ab3bab15ce5d890166f9f8f20271a0e983dfa9e8 authored about 6 years ago
docs(ci): change snapcraft package with snapd (#889)

022c579d74a57dabb545216f4eeba40e568f16bb authored about 6 years ago
fix: pass missing arg to log.Warnf (#886)

14c7f06ca2e603e9b63c8be3444a875a7a937554 authored about 6 years ago
test: ignored err

e7bec044a0013a7c64c3eaa40c606617b8bc7953 authored about 6 years ago
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

71abba61c381e26549c40b1b748da6ac41cdd7a1 authored about 6 years ago
fix: convert docker images to Alpine (#884)

This should signifficantly reduce the image size of the Docker images
needed to use Goreleaser
...

5e3e6b2e85ef60c980710f6ddc727ea9c1799cec authored about 6 years ago
fix: docker: added labels

aec15be52c5ef1ad4116127d1b9048f7a9270ab2 authored about 6 years ago
feat: also build/publish docker w/ cgo image

52e5c3aa56ac6dcdee52c0a4de557f68cbd93300 authored about 6 years ago
fix: docker: binary

5449d5c495e361fea90bd4c13d52669cd9f3f5a4 authored about 6 years ago
Added Dockerfile for CGO-geared builds

This adds a Dockerfile for an image that can build linux/amd64 binaries.

816bba2016011e009fdc4efdb3a5c2cacb10ab07 authored about 6 years ago
Optimized Dockerfile layers and added fingerprint checking

Layers are now cleaned up and ordered in a way to minimize breaking of
the cache. Additional Doc...

19f4ed6e01ac884a8098e08adfb7ff1ab1ee4268 authored about 6 years ago
fix: change defaults order

18efb4a5c251f46a512b853cc36b4f38dbf862b9 authored about 6 years ago
feat: add custom_require to brew formula generation

Due to the linked changes in homebrew deprecating "unused" download
strategies and the suggested...

e794eaf67f87af8f5e157dc6650435c19ec1d96d authored about 6 years ago
docs: improved installation instructions

closes #877

1f6766d35e338bd439436b6cb412857ab39d3d82 authored about 6 years ago
clean: removed unused method

e966f9956a678c321269fabb6b147ad9407fb4cd authored about 6 years ago
test: increased coverage

a17d51c3506cb5dfc9ae3f7b5f1b9c67b445a3ce authored about 6 years ago
docs: custom wrap in directory

3fe09b20cfff91f22453d616f167b0480b5eb6a4 authored about 6 years ago
feat: support custom wrap directory

closes #728

18b8be68185507aa715e1ed48ea3b23b68e0e46c authored about 6 years ago
fix: uniq files inside archive

refs #836

ce267acabf3205e889ead098a589d905bef32d01 authored over 6 years ago
fix: do not allow several archives with the same name

2dd00ae7a6b50c3fdafc5dbb65f585694fba28a8 authored over 6 years ago
chore: remove log

886735696565d3a8d37d68dae5162e6f7df12b1d authored over 6 years ago
test: fixed

7a6de727dd8f690bf799f31f1dc6b1f47be49e8d authored over 6 years ago
fix: archives with windows paths

a6bef50b0f544efc96b284eae66feef8312ef6e0 authored over 6 years ago
fix: linter fixes

6c349c17591f9b34d40087d80af7a8f79bfbed21 authored over 6 years ago
chore: brew: better join impl

aef63d2fcbb15ca641e77f1d881a1b091747c1e2 authored over 6 years ago
fix: brew formula path on windows

a273a978f2d780ed1bd3d5b1142a8bb8c125ee04 authored over 6 years ago
chore: goimports

6da57e496a699343dc78c3cf74a233fe68ff1087 authored over 6 years ago
fix: defaults when release is disabled

closes #861

67482044d2f9c079fcd892f7416059fd35ea1e84 authored over 6 years ago
chore: log output

498782e5241650eabc87330a7e2423c50072481f authored over 6 years ago
docs: Adding Semaphore CI to GoReleaser documentation (#860)

* include Semaphore in CI sections

* Changed SemaphoreCI to Semaphore (#1)

* Update ci.md
...

cafe168d23f917094ee000868c298ce6518c71ec authored over 6 years ago
fix: stop using deprecated tag_templates

8eaca29766e2f635bb68994111ccefd6ee342e14 authored over 6 years ago
docs: always re-generate favicons et al

3218dddb611072e14d1e728ab101457517dab861 authored over 6 years ago
clean: removed commited artifacts

9872425a092f4a8bd65ff300951f08a7d68402e4 authored over 6 years ago
clean: depgraph doesnt work anymore

e456a3fef6e43d6e8418e9b30ea48a676385f7c7 authored over 6 years ago
revert: removing favicon et al

0ec1215d0213f73a6ac5ebec731ba555846a86c7 authored over 6 years ago
docs: improved contributing and added tutorials

570bd65dbd042fcb5c54d1293eb9c66251724f20 authored over 6 years ago
docs: fix contributing

6a39e227bbd8cdd47675588591e12e728b099cf9 authored over 6 years ago
chore: travis: set GO111MODULE=on on env

288a3ac781f34b8b929cb4d0f4ff4e00eda3ef03 authored over 6 years ago
fix: go mod tidy

7941abc62d0d61de44881b6e463426b6e55c89be authored over 6 years ago
bump: nfpm

8931e5e5e4d7d5b36d8edbd01c326b1eb772ddd9 authored over 6 years ago
chore: travis: set GO111MODULE=on on env

cf2e5295989ffc1b9c9da299698a3130e9ba5705 authored over 6 years ago
test: fix a docker test relying on /tmp

e1258d381bb099c7083bb7b6b988ba0facb26a7f authored over 6 years ago
test: fix build tests

bd5d853f6094a6da7ab0314c2cc02a93b7705b04 authored over 6 years ago
chore: go modules

020174ebd24d2c24a75a8335eb76a4830a9568d1 authored over 6 years ago
test: gpg: fixed local execution

19cde27da9cce80d5c286738167ad83d8c82791c authored over 6 years ago
chore: do not need to get output

58de70c29e09055c4681c6835ef0224e3350ac2b authored over 6 years ago
fix: gpg: debug

8348301b3ef037f8fb01bc4476d1e1522f414886 authored over 6 years ago
chore: stale after 14 days

b92acb39969168b95bc443991dc628a4413f3c59 authored over 6 years ago
chore: log

53360bc58fd35dcabf668c337d576a646bded76f authored over 6 years ago
fix: brew and scoop should be last to publish

refs #854

57d02172bf1cd23c10a29023285804c88fb3e3ce authored over 6 years ago
fix: snap.login.enc

refs #854

0251ba5ebb559e908f6dbd3b463b761550e7589c authored over 6 years ago
fix: improve log output #845

Fixed missunderstanding

2da661bc77f1a99e87d92c9dda44ccbf5ebb733e authored over 6 years ago
fix: improve log output #845

Removed the "creating" prefixes.

0f6d8daa0512c2091b0218070b8c9667f71c3a60 authored over 6 years ago
test: disable colors on tests

846e26f48bf90b930cc29c6a4a490552f8e895cd authored over 6 years ago
fix: CI is not Travis

7856c691cc6e4f6cabc1e3e01baca792a31b5d33 authored over 6 years ago
fix: colored output on travis

4f36070338a4b7b4bd0f4da71692c1bd5aeefb0b authored over 6 years ago
test: disable colors on tests

9b0a75d24de7bf3323b2caa9511e41e2b08895a2 authored over 6 years ago
test: disable colors on tests

0dbce759839a0d7c2433f31c6974408cfa6254d3 authored over 6 years ago
bump: go-homedir to stable version

github.com/mitchellh/go-homedir has a stable release version now. Using
master causes dep to be ...

19ccf2f9d492b0cb0cfb617146ab54d8d63bd014 authored over 6 years ago
bump: deps

bfe98819462259acfdfcbe045861e437aa5c07dc authored over 6 years ago
chore: move defaulter to pkg, so godownloader can use it

6f312b993b8e91caaefe2413931fb04042e4aed2 authored over 6 years ago
fix: docker: build several tags

avoid needing to call docker tag later

3010023b3a2f83eb575c97f6140c3f9e33ce5e19 authored over 6 years ago
fix: only decrypt on tags

95001552743e02dd8441a83a2ad9c2d3f5bb34db authored over 6 years ago
fix: Bring back docker release notes

Docker image names were not being added to the release notes
because the Github release step was...

254a1cfab8447707a5777f92b643f4ab3e22f75f authored over 6 years ago
docs: suggest snap install goreleaser

2f940d09c78c3de4e2b7925bd9accaad97956d91 authored over 6 years ago
chore: improved log

84fdac7f2b8c38e67a0479cb759fb95930635bd4 authored over 6 years ago
chore: added a TODO

75c999ac73ceb655be0a5641d6b727bf4badd010 authored over 6 years ago
fix: deploy goreleases to snap store

f7268a097957ecd3c3a0ba21b4e78ea399189494 authored over 6 years ago
chore: makefile and brew on osx

also removed bandep and other now unused things.

closes #823

fbdbff884bfc6d9785b54c38cf7509bb6d9a28a1 authored over 6 years ago
fix: allow to publish snaps

3d87275c09799aba37be62faeccaeea6a90a5201 authored over 6 years ago
fix: lint

6310b8c12d3a799bb95fdf2298ffc205047ffdfc authored over 6 years ago
feat: publish snaps

fac4b621b0d0db4e173cfa5688462f7ddcb6c153 authored over 6 years ago
feat: publish snaps

04ee42caed93a74f914b1ec25b62b6411125548e authored over 6 years ago
chore: push snap packages

a9bae8d5d3bdb4bc4f3296672c85e40af3504968 authored over 6 years ago
docs: snapcraft publish

516c01050ce88a25d0b8b99475bec8f7f45a7c4f authored over 6 years ago
test: added more tests

32d9440dffc932b7e771da3dfd21da6a0063004c authored over 6 years ago
docs: how to push snap packages

94183d4f4926cf864468126690b83b8486cb364f authored over 6 years ago
chore: fix log

76b18fb554733ca8e8cf492ac74cf7d807a675a1 authored over 6 years ago
refactor: docker push moved to publish

21084567fc88006191ffb2b34d1a8e07320ad1e1 authored over 6 years ago
test: skip publish

24c64013419ae1eb6f603ed972b714acf75b73b2 authored over 6 years ago
feat: Add support image templates with backward compatibility

Docker pipe supports either image templates or image with tag templates.
Image template must be ...

b688e1f28cd2d45715f47be8fc9f9c3de237dfd0 authored over 6 years ago
chore: Remove unused function

64ce2d5bd63b2139c7c705d2538ed64ac92fa529 authored over 6 years ago
chore: go fmt

b8d0f290998fb424d245f3b35281305605b68bcb authored over 6 years ago
doc: Update doc for image templates

Updated docker documentation to use `image_templates`.
Added documentation on publishing to mult...

8cd15a3404a5aebbf655c02f7d3e69443f581e4c authored over 6 years ago
refactor: Simplify docker test

Remove unnecessary fields in `TestRunPipe` test cases

5af006f415bbbcc10c7336b85ce8a269617554bb authored over 6 years ago