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

723 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
ae11586bff Merge pull request #197 from goreleaser/builds
removed invalid builds and improved tests
2017-04-21 14:25:00 -03:00
Carlos Alexandro Becker
71bca44fea
added log 2017-04-21 13:58:10 -03:00
Carlos Alexandro Becker
1938ae2ae9
skipped more goos/goarch combos
check https://github.com/golang/go/issues/10087
2017-04-21 13:55:22 -03:00
Carlos Alexandro Becker
033618c501
fixed possible exaustion of workers 2017-04-21 13:24:55 -03:00
Carlos Alexandro Becker
199cfb2eba
added invalid goos/goarch info to readme 2017-04-21 13:11:21 -03:00
Carlos Alexandro Becker
ef9f42d36c
renaming 2017-04-21 12:57:20 -03:00
Carlos Alexandro Becker
ab96fcbade
removed invalid builds and improved tests 2017-04-21 12:54:45 -03:00
Carlos Alexandro Becker
ab87672b60 Merge pull request #196 from goreleaser/rm-deprec
removed deprecated code
2017-04-21 12:37:54 -03:00
Carlos Alexandro Becker
f0a7710648
removed more deprecated code 2017-04-21 12:32:34 -03:00
Carlos Alexandro Becker
69845c683b
removed deprecated code 2017-04-21 12:31:06 -03:00
Carlos Alexandro Becker
51fff6f937
typo 2017-04-21 12:19:14 -03:00
Carlos Alexandro Becker
7c24509724 Merge pull request #195 from lucapette/patch-1
Fix typo in Makefile comment
2017-04-21 12:15:37 -03:00
Carlos Alexandro Becker
da53652a20
trigger travis 2017-04-21 12:14:21 -03:00
Carlos Alexandro Becker
d7322f7d84
actually running goreleaser on builds 2017-04-21 12:13:29 -03:00
Carlos Alexandro Becker
e1b1bf28af
fixed env test assuming github token is set 2017-04-21 12:13:16 -03:00
Carlos Alexandro Becker
858b4d1318 Merge pull request #193 from goreleaser/190
logging the reasons why a pipe is being skipped
2017-04-21 12:09:16 -03:00
lucapette
52040c893c Fix type in Makefile comment 2017-04-21 17:07:08 +02:00
Carlos Alexandro Becker
ceff9977fd
Merge remote-tracking branch 'origin/master' into 190 2017-04-21 12:03:11 -03:00
Carlos Alexandro Becker
8900e11b13 Merge pull request #194 from goreleaser/fpm-tests
add more fpm tests
2017-04-21 12:02:59 -03:00
Carlos Alexandro Becker
87dafe1928
added more tests 2017-04-21 12:02:48 -03:00
Carlos Alexandro Becker
e694848e94
add more fpm tests 2017-04-21 11:57:36 -03:00
Carlos Alexandro Becker
7abf8f32ca Merge pull request #192 from goreleaser/186
possible fix for #186
2017-04-21 11:52:09 -03:00
Carlos Alexandro Becker
a0ea5286ac
typo 2017-04-21 11:50:58 -03:00
Carlos Alexandro Becker
4aa47c5866
logging the reasons why a pipe is being skipped 2017-04-21 11:48:00 -03:00
Carlos Alexandro Becker
43b82d0e69
possible fix for #186 2017-04-21 11:42:13 -03:00
Carlos Alexandro Becker
5e6c8b2f41 Merge pull request #188 from bep/fpm-options
Add fpm options
2017-04-21 11:37:41 -03:00
Carlos Alexandro Becker
7b5ae4b54c Merge pull request #189 from bep/limit-concurrency
Reduce the number of concurrent builds
2017-04-21 11:36:33 -03:00
Bjørn Erik Pedersen
6db75f7ca9 Reduce the number of concurrent builds
With many GOOS OARCH combos, the CPU is glowing.
2017-04-21 14:44:31 +02:00
Bjørn Erik Pedersen
988cc016ab Add fpm options
This is needed to create a proper debian control file, but will also be used for the .rpm packages.
2017-04-21 11:28:19 +02:00
Carlos Alexandro Becker
880b2c22ed Merge pull request #184 from goreleaser/custom-release-file
Custom release file
2017-04-19 18:29:04 -03:00
Carlos Alexandro Becker
33b0725654
added more tests 2017-04-19 17:31:09 -03:00
Carlos Alexandro Becker
7afd5f1c44
log 2017-04-19 17:20:35 -03:00
Carlos Alexandro Becker
0d80c3cc15
more cleanups and renames 2017-04-19 17:12:12 -03:00
Carlos Alexandro Becker
0498ec3393
cleanup 2017-04-19 17:09:58 -03:00
Carlos Alexandro Becker
69767ec798
improvements 2017-04-19 17:05:10 -03:00
Carlos Alexandro Becker
86e39b6324
added support for custom release notes 2017-04-19 16:59:26 -03:00
Carlos Alexandro Becker
f6e97bda92 Merge pull request #182 from goreleaser/skips
skip release and skip validations as separated flags
2017-04-19 16:29:46 -03:00
Carlos Alexandro Becker
e10e1aa141
skip release and skip validations as separated flags 2017-04-18 13:10:23 -03:00
Carlos Alexandro Becker
d9032917a9 Merge pull request #181 from goreleaser/config
fixed config validation
2017-04-18 12:42:23 -03:00
Carlos Alexandro Becker
0d6176c4af
fixed config validation 2017-04-18 12:39:15 -03:00
Carlos Alexandro Becker
8ca628195d Merge pull request #177 from goreleaser/checksums
better checksums
2017-04-17 21:06:05 -03:00
Carlos Alexandro Becker
b7e917166e Merge branch 'master' into checksums 2017-04-17 14:24:03 -03:00
Carlos Alexandro Becker
4eaad8b3dc Merge pull request #178 from goreleaser/checksums-nr
checksum pipe can run on the no-release mode
2017-04-17 11:01:59 -03:00
Carlos Alexandro Becker
20154add09
checksum pipe can run on the no-release mode 2017-04-17 10:58:52 -03:00
Carlos Alexandro Becker
93bb93a421
improved test 2017-04-17 10:52:26 -03:00
Carlos Alexandro Becker
8e633f28c2
better checksums 2017-04-17 10:47:03 -03:00
Carlos Alexandro Becker
7eec7d20d0 Merge pull request #175 from goreleaser/improvements
improved git pipe
2017-04-15 17:17:07 -03:00
Carlos Alexandro Becker
9e13685040
improved git pipe 2017-04-15 17:04:26 -03:00
Carlos Alexandro Becker
962534800f Merge pull request #174 from goreleaser/tests
Increasing test coverage
2017-04-15 16:19:01 -03:00
Carlos Alexandro Becker
086ad5691c
godocs 2017-04-15 16:12:32 -03:00