1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-03 00:57:43 +02:00
Commit Graph

14 Commits

Author SHA1 Message Date
58d8ac62ac fix: accept empty GITHUB_TOKEN if release is disabled 2018-05-08 21:34:33 -03:00
7778a49499 feat: --skip-publish is back (#587)
* feat: --skip-publish is back

* style: using previously resolved flag

* test: docker test

* test: main coverage

* test: fixed brew tests
2018-03-01 01:12:58 -03:00
fdc032ec15 refactor: unifying snapshot with skip-validate and skip-publish (#575)
* refactor: removed goreleaserlib: moved all to main

* refactor: wip: snapshot

* fix: more pipes

* fix: more pipes

* fix: git tests

* fix: some other validate and publish usages

* fix: git dirty check when snapshoting

* fix: nfpm: use tag instead of version

* test: docker: print docker run output if registry fails
2018-02-24 17:59:08 -03:00
32ab07a180 fix: read only the first line 2018-02-09 10:03:24 -02:00
5bc64413de feat: load github token from file 2018-02-09 10:03:24 -02:00
1ed299a6d7 refactor: defaulter interface
Right now the code looks weird because the defaults
of a pipe are far away of the implementation of the pipe.

the intend of this PR is to bring them closer by having a
Defaulter interface.

I also renamed the Pipe interface to Piper, and removed
the Description method in favor for fmt.Stringer.
2017-12-03 13:00:01 -02:00
d85a9001ec removing all assert.New because vet shadow complains about this now
aaaaaaaaaaarhhhhhhhhgttt
2017-09-26 19:24:49 -03:00
ce7a2227a0 fixed tests 2017-08-20 16:50:34 -03:00
6c51f42871 rm duplicated code in env_test.go 2017-05-01 10:23:28 -03:00
6d1d9dcd8e Add snapshot builds 2017-05-01 14:17:31 +02:00
e1b1bf28af fixed env test assuming github token is set 2017-04-21 12:13:16 -03:00
e10e1aa141 skip release and skip validations as separated flags 2017-04-18 13:10:23 -03:00
984ba48068 fixed several lint errors 2017-04-09 10:43:23 -03:00
652f57ef2e more tests 2017-03-25 20:40:45 -03:00