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

57 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
3db9913e1c
feat: --skip-validate is back (#600) 2018-03-08 08:42:33 -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
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
4c33e488ba
style: make context.Wrap public 2018-01-21 20:07:18 -02:00
Carlos Alexandro Becker
f422e7734d
test: cover context with timeout 2017-12-29 23:01:17 -02:00
Carlos Alexandro Becker
a84148c620
feat: make goreleaser timeoutable 2017-12-29 17:07:06 -02:00
Carlos Alexandro Becker
306b84d040
fix: test using wrong import 2017-12-18 20:49:13 -02:00
Carlos Alexandro Becker
64485c9c37
fix: docker images on release notes 2017-12-17 23:11:17 -02:00
Carlos Alexandro Becker
24f186a63c
refactor: fixed sign and snap pipe 2017-12-17 17:25:04 -02:00
Carlos Alexandro Becker
375940841f
refactor: remove old code from context pkg 2017-12-17 15:18:46 -02:00
Frank Schroeder
d72c70a71b
test: test AddChecksum
Add test for AddChecksum
2017-12-15 16:00:20 +01:00
Frank Schroeder
7b95e1e342
feat: add artifact sign pipeline
This patch adds a generic artifact signing pipeline.

Fixes #166
2017-12-13 23:02:19 +01:00
Carlos Alexandro Becker
bb5e27b0c4 fix: remove brew taps listing from release notes
It never worked, because the brew pipe is the last
to run.

Either way, it is not a really useful thing to
have I think.
2017-12-08 22:03:26 -02:00
Carlos Alexandro Becker
e87ab21a0a feat: improved release notes
- Added homebrew taps
- Docker pull commands instead of list of docker imgs
2017-12-06 00:13:24 -02:00
Frank Schroeder
1c2afe148f fix: move env vars to context
In preparation to support env vars for Docker tag_template and also to
simplify the tests by not chaning the global os.Environ I've moved the
parsed env var map into the context.Context.
2017-12-05 21:42:04 -02:00
Carlos Alexandro Becker
3064e11b31 feat: improved fpm output
Only enable fpm's debug mode when goreleaser is in debug as well.
2017-11-08 21:00:09 -02:00
Carlos Alexandro Becker
d85a9001ec
removing all assert.New because vet shadow complains about this now
aaaaaaaaaaarhhhhhhhhgttt
2017-09-26 19:24:49 -03:00
Carlos Alexandro Becker
82b2e721f2
coverage 2017-09-16 15:46:47 -03:00
Carlos Alexandro Becker
c320f338ea
adding docker images into the release notes 2017-09-16 15:31:48 -03:00
Carlos Alexandro Becker
bbaabd7c37
improved logging 2017-08-20 17:46:30 -03:00
Carlos Alexandro Becker
9811d24e54
fix for windows 2017-08-03 22:01:18 -03:00
Carlos Alexandro Becker
5151f176cb
allow configuring parallelism via flag 2017-07-15 16:49:52 -03:00
Carlos Alexandro Becker
5b648b8a0d
coverage 2017-07-13 22:50:21 -03:00
Carlos Alexandro Becker
3d9c80b1cb
renamed 2017-07-13 22:48:12 -03:00
Carlos Alexandro Becker
cae5d07141
fixed tests 2017-07-13 20:43:12 -03:00
Carlos Alexandro Becker
57a177495b
multiple binaries on naked release: fpm working 2017-07-13 19:46:48 -03:00
Carlos Alexandro Becker
c2e05c83b7
rm dist feature 2017-07-04 22:53:50 -03:00
Carlos Alexandro Becker
8915f8bbf6
fixes for multiple builds 2017-07-03 00:57:39 -03:00
Carlos Alexandro Becker
2becfecc8b
coverage increased 2017-07-01 21:34:32 -03:00
Carlos Alexandro Becker
0410f5bc72
cleaning up 2017-07-01 21:31:55 -03:00
Carlos Alexandro Becker
3c68b894c5
archive pipe fixed 2017-07-01 12:46:08 -03:00
Carlos Alexandro Becker
d2d215feaa
renamed fields 2017-07-01 12:31:12 -03:00
Carlos Alexandro Becker
7d01a5a8a4
renamed archives to binaries, pointed more changes 2017-07-01 12:30:24 -03:00
Carlos Alexandro Becker
45a24a1101
improved build 2017-07-01 12:27:13 -03:00
Carlos Alexandro Becker
bd70d5ef42
improved some logs 2017-06-22 10:47:34 -03:00
Carlos Alexandro Becker
1e9e82d926
apex log 2017-06-22 00:09:14 -03:00
Horst Gutmann
6d1d9dcd8e Add snapshot builds 2017-05-01 14:17:31 +02: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
e10e1aa141
skip release and skip validations as separated flags 2017-04-18 13:10:23 -03:00
Carlos Alexandro Becker
3bc428120d
adding more tests and godocs 2017-04-14 15:39:32 -03:00
Carlos Alexandro Becker
3a97034a34
added tests 2017-04-14 12:15:51 -03:00
Carlos Alexandro Becker
7c0e2628a4
fixed old TODO: artifact list on context 2017-04-14 12:07:40 -03:00
Carlos Alexandro Becker
4af2cb00ea
ldflags template 2017-03-25 20:24:38 -03:00
Carlos Alexandro Becker
45ec67efb3
changing repo config 2017-03-22 21:01:29 -03:00
Carlos Alexandro Becker
523431bd0d
context everywhere 2017-02-23 16:01:54 -03:00
Carlos Alexandro Becker
aace3d4813
added fpm support
closes #10
2017-01-29 21:55:32 -02:00
Carlos Alexandro Becker
e8ab2b2fe2
removed unneeded pointers from context 2017-01-18 15:08:48 -02:00
Carlos Alexandro Becker
c081854018
strip config sufix from config structs
refs https://github.com/goreleaser/goreleaser/pull/81#discussion_r96141079
2017-01-15 14:37:07 -02:00
Carlos Alexandro Becker
ff2cc96039
Merge branch 'master' into goreleaser.example.yml 2017-01-15 08:49:49 -02:00