1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00

248 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
beb6aeafe4
more boilerplate tests 2017-03-25 20:43:42 -03:00
Carlos Alexandro Becker
652f57ef2e
more tests 2017-03-25 20:40:45 -03:00
Carlos Alexandro Becker
03bae3d4da
added git pipeline tests 2017-03-25 20:36:21 -03:00
Carlos Alexandro Becker
a2eb844e44
fixed todo 2017-03-25 20:27:32 -03:00
Carlos Alexandro Becker
4af2cb00ea
ldflags template 2017-03-25 20:24:38 -03:00
Carlos Alexandro Becker
52a537c50e
err early 2017-03-23 18:32:27 -03:00
Carlos Alexandro Becker
cc46a0b347
fixed pre/post build hooks 2017-03-23 14:20:24 -03:00
Carlos Alexandro Becker
0aa98cef67
adding logs for pre and post build hooks 2017-03-23 14:10:39 -03:00
Carlos Alexandro Becker
60098679ef
govet 2017-03-22 21:29:14 -03:00
Carlos Alexandro Becker
4fdfd47bd6
fixed test 2017-03-22 21:25:41 -03:00
Carlos Alexandro Becker
d430d9ed38 Merge branch 'master' into config 2017-03-22 21:22:06 -03:00
Carlos Alexandro Becker
0031425871
accept both BinaryName and Binary on name_template 2017-03-22 21:11:53 -03:00
Carlos Alexandro Becker
b3fa5cfc19
renamed from binary_name to binary 2017-03-22 21:06:37 -03:00
Carlos Alexandro Becker
45ec67efb3
changing repo config 2017-03-22 21:01:29 -03:00
Carlos Alexandro Becker
35acdaee32
skip invalid builds
closes https://github.com/goreleaser/goreleaser/issues/142
2017-03-18 20:40:26 -03:00
Paulo Sousa
3ed26ed83b homebrew: move default install cmd to defaults pipe 2017-03-09 16:33:17 -03:00
Paulo Sousa
a5104aca17 homebrew: fix indent on template and remove install commands logic from it 2017-03-09 15:33:45 -03:00
Paulo Sousa
938b50c399 homebrew: add custom install command 2017-03-09 14:24:49 -03:00
Carlos Alexandro Becker
b77e2cf93e
changing default main from main.go to . 2017-02-26 13:01:48 -03:00
Carlos Alexandro Becker
523431bd0d
context everywhere 2017-02-23 16:01:54 -03:00
Carlos Alexandro Becker
e733e78757 Merge branch 'master' into fields 2017-02-23 09:33:06 -03:00
Carlos Alexandro Becker
103cbb2996
using strings.Fields instead of strings.Split on space 2017-02-23 09:28:45 -03:00
Carlos Alexandro Becker
4bee616121
using strings.Split 2017-02-23 09:27:54 -03:00
Carlos Alexandro Becker
b2fcbaeb49
support for custom build flags 2017-02-22 09:25:43 -03:00
lucapette
846a822bb2 First implementation of plist field 2017-02-21 16:06:10 +01:00
Carlos Alexandro Becker
ec391a4a79 adds conflicts_with for fpm and brew 2017-02-01 15:40:27 -02:00
Carlos Alexandro Becker
80b6b141bc
using git diff 2017-01-31 11:24:48 -02:00
Carlos Alexandro Becker
c08981d0af
git diff 2017-01-31 11:13:47 -02:00
Carlos Alexandro Becker
2938132987
improved status output 2017-01-31 11:08:12 -02:00
Carlos Alexandro Becker
6e94482a23
git status if fail
closes #108
2017-01-30 23:46:51 -02:00
Carlos Alexandro Becker
0f2f8dd1a1
concurrency fix 2017-01-30 14:53:21 -02:00
Carlos Alexandro Becker
954935823d
comment IsNotExist on release pipe 2017-01-30 10:01:29 -02:00
Carlos Alexandro Becker
a444a4ef53
improve version regex 2017-01-30 10:01:05 -02:00
Carlos Alexandro Becker
1c2221b2c5
using cmd.CombinedOutput() 2017-01-30 08:17:15 -02:00
Carlos Alexandro Becker
4ca2bb2101
erroring if version is invalid 2017-01-30 08:08:42 -02:00
Carlos Alexandro Becker
289921d278
using version on build ldflag too 2017-01-30 08:06:48 -02:00
Carlos Alexandro Becker
d13da655fd
added comments 2017-01-30 07:54:40 -02:00
Carlos Alexandro Becker
dd277451d8
using lookpath 2017-01-30 07:53:05 -02:00
Carlos Alexandro Becker
3f2eb7c56b
code improvements 2017-01-29 22:33:08 -02:00
Carlos Alexandro Becker
8b83e59971
fixed test 2017-01-29 22:01:26 -02:00
Carlos Alexandro Becker
aace3d4813
added fpm support
closes #10
2017-01-29 21:55:32 -02:00
Carlos Alexandro Becker
abdf65c57c
source pipe dont need to be a pointer 2017-01-23 09:47:35 -02:00
Carlos Alexandro Becker
415aadb346
changed order of cmd.Env appends 2017-01-23 09:41:51 -02:00
Carlos Alexandro Becker
590f67acb0 Merge branch 'master' into hooks 2017-01-23 09:32:37 -02:00
Carlos Alexandro Becker
e76474d16d
simplified env for build 2017-01-23 09:27:28 -02:00
Carlos Alexandro Becker
26a2471526
added hooks support
add support for pre and post hooks on build pipe
2017-01-21 20:02:51 -02:00
Carlos Alexandro Becker
54708f9005
added doc 2017-01-21 19:33:30 -02:00
Carlos Alexandro Becker
178e821e43
fix git describe command 2017-01-21 19:28:44 -02:00
Carlos Alexandro Becker
8269a4f772
improved error msg 2017-01-21 19:14:02 -02:00
Carlos Alexandro Becker
5539515057
missing error return 2017-01-21 19:13:39 -02:00