1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
64b1f14a86
refactor: better code organization (#757)
* refactor: merging archive in the same repo

* refactor: merging archive in the same repo

* refactor: better organizing packages

* refactor: fixing renames

* fix: new dep version

* fix: makefile

* fix: zip/tar tests

* fix: gitigonore

* fix: s3 tests

* fix: archive test
2018-08-14 23:50:20 -03:00
Carlos Alexandro Becker
8326751101
refactor: replacing urfave/cli with alecthomas/kingpin (#603)
* chore: wip adding kinpin

* chore: wip adding kinpin

* chore: wip adding kinpin

* chore: wip adding kinpin

* chore: wip adding kinpin

* chore: fix linter issues

* style: format

* chore: wording

* style: small fixes

* fix: improved exit

* test: more tests
2018-03-11 12:00:47 -03:00
Carlos Alexandro Becker
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
Carlos Alexandro Becker
289e21f70c
feat: improved init command (#577)
* feat: improved init command

* test: increased coverage

* revert: should have commited this yet
2018-02-25 18:49:34 -03:00
Carlos Alexandro Becker
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
Carlos Alexandro Becker
e999e34d96
refactor: removed goreleaserlib: moved all to main (#574)
* refactor: removed goreleaserlib: moved all to main

* test: fixed tests
2018-02-21 20:04:22 -03:00