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

1262 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
83de67cf1e
Merge pull request #473 from goreleaser/archive-format
refactor: move archiveformat code inside archive pipe
2017-12-18 21:31:52 -02:00
Carlos Alexandro Becker
3a1f737747
refactor: move archiveformat code inside archive pipe
It was being used only in that pipe anyway.
2017-12-18 21:15:32 -02:00
Carlos Alexandro Becker
1475343200
typo: writting vs writing 2017-12-18 21:07:47 -02:00
Carlos Alexandro Becker
b667490ce4
fix: add the build artifact only if build succeeds 2017-12-18 21:07:33 -02:00
Carlos Alexandro Becker
306b84d040
fix: test using wrong import 2017-12-18 20:49:13 -02:00
Carlos Alexandro Becker
aaab7e1732
Merge pull request #463 from goreleaser/ctx-new
Refactor: context
2017-12-18 20:39:12 -02:00
Carlos Alexandro Becker
ca0b59633c
Revert "fix: dont compile without go:generate"
This reverts commit 6135c9f2bd.
2017-12-18 09:49:49 -02:00
Carlos Alexandro Becker
6135c9f2bd
fix: dont compile without go:generate 2017-12-18 09:29:58 -02:00
Carlos Alexandro Becker
a7bd5298a4
chore: make ci should also build 2017-12-18 09:28:36 -02:00
Carlos Alexandro Becker
530feac44a
fix: improved artifact add logs 2017-12-18 09:19:02 -02:00
Carlos Alexandro Becker
10c6df73c0
chore: more cleanup 2017-12-18 09:00:19 -02:00
Carlos Alexandro Becker
245e888359
chore: cleanup 2017-12-18 00:53:48 -02:00
Carlos Alexandro Becker
64485c9c37
fix: docker images on release notes 2017-12-17 23:11:17 -02:00
Carlos Alexandro Becker
9cfa2c35ce
fix: general cleanup 2017-12-17 23:04:29 -02:00
Carlos Alexandro Becker
97ac740233
fix: added more tests to artifactory 2017-12-17 22:54:24 -02:00
Carlos Alexandro Becker
9ac3b8cf79
fix: cleaning up artifactory 2017-12-17 22:50:49 -02:00
Carlos Alexandro Becker
ab5e431b95
fix: cleaning up artifactory 2017-12-17 22:46:49 -02:00
Carlos Alexandro Becker
aceb41b0b2
fix: cleaning up 2017-12-17 22:31:27 -02:00
Carlos Alexandro Becker
f9dbfb5d70
fix: cleaning up 2017-12-17 22:28:24 -02:00
Carlos Alexandro Becker
35e92aa0f4
test: fix sign pipe tests (hopefully) 2017-12-17 22:18:12 -02:00
Carlos Alexandro Becker
5ff07c38ea
fix: cleaning up 2017-12-17 22:12:25 -02:00
Carlos Alexandro Becker
92b9d92bc8
fix: cleaning up 2017-12-17 22:11:04 -02:00
Carlos Alexandro Becker
df5d9c0b43
test: fixed artifactory pipe tests 2017-12-17 21:57:24 -02:00
Carlos Alexandro Becker
df6076e406
test: fixed fpm pipe tests 2017-12-17 21:31:34 -02:00
Carlos Alexandro Becker
826dd45fa8
test: fixed release pipe tests 2017-12-17 21:26:03 -02:00
Carlos Alexandro Becker
8828be1f8b
test: fixed snap pipe tests 2017-12-17 21:22:36 -02:00
Carlos Alexandro Becker
f2965192b0
test: fixed docker pipe tests
Couldnt test locally due to https://github.com/docker/for-mac/issues/2339
2017-12-17 21:00:50 -02:00
Carlos Alexandro Becker
82a24d048d
test: fixed checksums pipe tests 2017-12-17 20:33:28 -02:00
Carlos Alexandro Becker
753359a63a
test: removed useless test 2017-12-17 20:26:30 -02:00
Carlos Alexandro Becker
d8987e281f
test: fixing build pipe tets 2017-12-17 20:25:54 -02:00
Carlos Alexandro Becker
f433bcb59c
fix: brew tests/multiple darwin builds/gh enterprise 2017-12-17 20:15:18 -02:00
Carlos Alexandro Becker
9dcfcd4db6
test: wip fixing sign tests 2017-12-17 19:37:27 -02:00
Carlos Alexandro Becker
8a0b484cab
fix: wip fixing artifactory 2017-12-17 19:19:44 -02:00
Carlos Alexandro Becker
d4b84becd7
fix: signature upload 2017-12-17 19:16:25 -02:00
Carlos Alexandro Becker
30a7867604
test: fixed archive tests 2017-12-17 18:40:19 -02:00
Carlos Alexandro Becker
3cfa0787b3
refactor: fixed docker pipe 2017-12-17 18:10:38 -02:00
Carlos Alexandro Becker
32fbebcc58
refactor: small fixes here and there 2017-12-17 18:01:58 -02:00
Carlos Alexandro Becker
24f186a63c
refactor: fixed sign and snap pipe 2017-12-17 17:25:04 -02:00
Carlos Alexandro Becker
906c8b08e3
refactor: fixed fpm pipe 2017-12-17 17:11:08 -02:00
Carlos Alexandro Becker
1982259c29
refactor: improved artifact filtering 2017-12-17 16:59:54 -02:00
Carlos Alexandro Becker
e9b276923a
refactor: fixed docker and archive pipes 2017-12-17 16:46:45 -02:00
Carlos Alexandro Becker
bdacb33cea
refactor: fixed checksums pipe 2017-12-17 16:37:19 -02:00
Carlos Alexandro Becker
248810535e
refactor: fixed brew pipe 2017-12-17 16:31:06 -02:00
Carlos Alexandro Becker
574b2942b3
refactor: refactored artifactory pipe 2017-12-17 16:10:40 -02:00
Carlos Alexandro Becker
d83b420f39
refactor: changed code on archive pipe 2017-12-17 15:50:09 -02:00
Carlos Alexandro Becker
b9cc820e1d
refactor: changed code on build pipe 2017-12-17 15:24:49 -02:00
Carlos Alexandro Becker
375940841f
refactor: remove old code from context pkg 2017-12-17 15:18:46 -02:00
Carlos Alexandro Becker
f09a5396fb
refactor: new artifact package
It contains the needed code to refactor the rest of the app
2017-12-17 15:14:21 -02:00
Carlos Alexandro Becker
0d9b227f48
chore: fixed gitignore 2017-12-16 20:23:08 -02:00
Carlos Alexandro Becker
692d6cfcba
Merge pull request #462 from magiconair/fix-sign-docs
docs: fix sign docs
2017-12-16 19:56:41 -02:00