1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-11 01:20:21 +02:00
Commit Graph

81 Commits

Author SHA1 Message Date
827adc83c3 Merge branch 'builds' into naked-release 2017-07-03 00:10:04 -03:00
6158285994 project name, templates, readme, etc 2017-07-01 22:42:10 -03:00
a3c1e2b789 fixed another todo 2017-07-01 22:11:50 -03:00
0359e02b8d brew fixes 2017-07-01 20:59:16 -03:00
7d01a5a8a4 renamed archives to binaries, pointed more changes 2017-07-01 12:30:24 -03:00
a8f1645ea9 fixing archiving and brew 2017-06-27 20:06:45 -03:00
4504cd4527 fixing more errors 2017-06-27 19:36:36 -03:00
ed5ccf9bdb wip multiple builds 2017-06-27 19:20:08 -03:00
295c7356f1 logs update 2017-06-23 19:47:08 -03:00
7a955321c4 Merge branch 'master' into naked-release 2017-06-23 19:41:27 -03:00
bd70d5ef42 improved some logs 2017-06-22 10:47:34 -03:00
0d760731a1 debug, warning etc 2017-06-22 00:25:52 -03:00
1e9e82d926 apex log 2017-06-22 00:09:14 -03:00
24c50d804b Use format: binary to skip archive
instead of a separate skip: true option.
2017-06-08 11:41:47 +02:00
454abc9a0a Add option to skip archive.
See #243.
Upload binaries directly instead of creating archive.
This option, however currently doesn't work together with brew and fpm
since they both require archived artifacts.
2017-06-05 18:04:07 +02:00
cf4e2d05db moving client to internal folder 2017-05-13 18:06:15 -03:00
25472d37da allowing draft releases 2017-04-21 19:50:09 -03:00
7c0132dcd7 fixed property name 2017-04-21 18:55:51 -03:00
5b3484b795 make brew and fpm config more alike 2017-04-21 17:02:28 -03:00
69845c683b removed deprecated code 2017-04-21 12:31:06 -03:00
4aa47c5866 logging the reasons why a pipe is being skipped 2017-04-21 11:48:00 -03:00
e10e1aa141 skip release and skip validations as separated flags 2017-04-18 13:10:23 -03:00
cfb27f8eb0 singularized clients package 2017-04-14 16:07:34 -03:00
3bc428120d adding more tests and godocs 2017-04-14 15:39:32 -03:00
16cf195f9b wip checksums 2017-04-14 13:50:33 -03:00
4b66e8ea01 brew tests 2017-03-26 15:30:21 -03:00
ee5bed9927 client interface 2017-03-26 14:46:25 -03:00
3ce5a430ee renamed 2017-03-25 21:31:16 -03:00
7610138016 more test 2017-03-25 21:29:38 -03:00
b3fa5cfc19 renamed from binary_name to binary 2017-03-22 21:06:37 -03:00
45ec67efb3 changing repo config 2017-03-22 21:01:29 -03:00
3ed26ed83b homebrew: move default install cmd to defaults pipe 2017-03-09 16:33:17 -03:00
a5104aca17 homebrew: fix indent on template and remove install commands logic from it 2017-03-09 15:33:45 -03:00
938b50c399 homebrew: add custom install command 2017-03-09 14:24:49 -03:00
523431bd0d context everywhere 2017-02-23 16:01:54 -03:00
846a822bb2 First implementation of plist field 2017-02-21 16:06:10 +01:00
ec391a4a79 adds conflicts_with for fpm and brew 2017-02-01 15:40:27 -02:00
aace3d4813 added fpm support
closes #10
2017-01-29 21:55:32 -02:00
809cb682d2 Merge branch 'master' of https://github.com/goreleaser/goreleaser into tag-only
* 'master' of https://github.com/goreleaser/goreleaser:
  fixed name on --help
  removed unneeded pointers from context
2017-01-19 10:30:47 +01:00
6677571e8c Clean logging output 2017-01-19 10:04:41 +01:00
e8ab2b2fe2 removed unneeded pointers from context 2017-01-18 15:08:48 -02:00
aa1699747e remove : from depends_on
refs https://github.com/goreleaser/goreleaser/issues/86#issuecomment-273221892
2017-01-17 15:44:43 -02:00
76926a402d missing quotes on formulae with dependencies
fixes
https://github.com/goreleaser/goreleaser/issues/86#issuecomment-273221892
2017-01-17 15:38:52 -02:00
b6d1b56a04 added brew dependencies support 2017-01-17 08:33:43 -02:00
017541574c fail brew pipe if there is no darwin_amd64 build 2017-01-16 14:52:27 -02:00
276e521e5e Merge branch 'master' into goreleaser.example.yml 2017-01-14 20:09:44 -02:00
f95832a7ac renamed package
refs #79
2017-01-14 20:01:32 -02:00
62141803e5 organized config and renamed compress package 2017-01-14 19:47:47 -02:00
a33073bfee Github vs GitHub 2017-01-14 19:23:58 -02:00
a2bf57f8e1 Fixing some linter errors 2017-01-14 19:41:32 +01:00