Andy Grunwald
d875dd0dd5
feat: Implemented upload mode for Artifactory pipeline
...
The Artifactory pipeline now supports two different
types of upload modes:
- binary: Only the raw binaries will be uploaded
- archive: All artifacts that are generated will be uploaded
2017-12-09 20:54:04 +01:00
Carlos Alexandro Becker
29d9ae5878
style: improved goreleaser output
...
- Added paddings
- Added total time taken by the release
Closes #441
2017-12-08 21:49:45 -02:00
Carlos Alexandro Becker
44d01ceccb
fix: removed uneeded docs
...
We use fmt.Stringer now
2017-12-03 13:00:01 -02:00
Carlos Alexandro Becker
1ed299a6d7
refactor: defaulter interface
...
Right now the code looks weird because the defaults
of a pipe are far away of the implementation of the pipe.
the intend of this PR is to bring them closer by having a
Defaulter interface.
I also renamed the Pipe interface to Piper, and removed
the Description method in favor for fmt.Stringer.
2017-12-03 13:00:01 -02:00
Carlos Alexandro Becker
8e6133c70c
feat: allow override dist folder
...
Allow configuring the dist folder via
config file.
Closes #421
2017-11-26 22:20:40 -02:00
Joseph Wright
d9f13a3b12
refactor: set default value of bindir
in defaults pipe
...
Rather than using a conditional to check if `bindir` has been set,
use the defaults pipe to set it to `/usr/local/bin` if it has not
been set in the config file.
2017-11-08 19:11:10 -02:00
Matt Stratton
31511b9b77
feat: Add ability to specify release name
...
TODO: factor all the name stuff
into a function like the others, so maybe
setNameDefaults(ctx), etc.
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2017-10-16 13:55:11 -05:00
Matt Stratton
973356694a
Merge branch 'master' into mattstratton/add-custom-release-title
2017-10-16 08:36:46 -05:00
Carlos Alexandro Becker
529af6fe72
refactor: improved git error handling
...
Improved the error handling in git code,
mostly in the defaults pipe. The idea is to
output better error messages, hopefully avoiding
confusion on "whats wrong".
refs #356
2017-10-15 19:18:04 -02:00
Matt Stratton
ee67918187
feat: Change default release name to match tag
...
I updated the default release name to match
the git tag, per the request in the PR.
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2017-10-07 15:35:52 -05:00
Matt Stratton
e2ee7c4b2f
feat: Add ability to specify release name
...
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2017-10-07 05:49:58 -05:00
Jorin Vogel
a5bf473f70
Add config field to overwrite brew commit author
...
Default author name and email can be set in config file.
Close #292 .
2017-09-30 21:18:09 +02:00
Carlos Alexandro Becker
64ffdd4a5c
enabled more linters and fixed them
2017-09-14 21:19:56 -03:00
Carlos Alexandro Becker
60901d31f3
improvements
2017-09-11 23:42:36 -03:00
Carlos Alexandro Becker
c541d99c58
checksums name template support
2017-08-27 20:45:33 -03:00
Carlos Alexandro Becker
6158285994
project name, templates, readme, etc
2017-07-01 22:42:10 -03:00
Carlos Alexandro Becker
b93061570c
fixing one todo
2017-07-01 22:06:40 -03:00
Carlos Alexandro Becker
b41b2f7bd8
cleaning up
2017-07-01 21:52:04 -03:00
Carlos Alexandro Becker
cc5f80b3a9
added backwards compat to single build
2017-07-01 21:27:30 -03:00
Carlos Alexandro Becker
4fa83104d8
defaults tests
2017-07-01 21:13:02 -03:00
Carlos Alexandro Becker
a8f1645ea9
fixing archiving and brew
2017-06-27 20:06:45 -03:00
Carlos Alexandro Becker
4504cd4527
fixing more errors
2017-06-27 19:36:36 -03:00
Carlos Alexandro Becker
ed5ccf9bdb
wip multiple builds
2017-06-27 19:20:08 -03:00
Carlos Alexandro Becker
cdafdc785a
added version to default name_template
...
refs #239
2017-05-19 23:37:51 -03:00
Carlos Alexandro Becker
683e6e85f2
deleting replacements
2017-05-18 13:08:11 -03:00
Carlos Alexandro Becker
b2821d7e7f
support globs on archive.files
2017-05-11 00:05:51 -03:00
Carlos Alexandro Becker
72a32f0475
improved defaults cyclo complexity
2017-05-01 10:02:23 -03:00
Horst Gutmann
6d1d9dcd8e
Add snapshot builds
2017-05-01 14:17:31 +02:00
Carlos Alexandro Becker
0525e9014c
added goarch option to build section
2017-04-24 14:27:21 -03:00
Carlos Alexandro Becker
2919edc13f
added more tests to defaults pipe
2017-04-22 10:21:37 -03:00
Carlos Alexandro Becker
69845c683b
removed deprecated code
2017-04-21 12:31:06 -03:00
Carlos Alexandro Becker
0498ec3393
cleanup
2017-04-19 17:09:58 -03:00
Carlos Alexandro Becker
3bc428120d
adding more tests and godocs
2017-04-14 15:39:32 -03:00
Carlos Alexandro Becker
ec57004312
Merge branch 'master' into ldflags
2017-03-25 21:35:17 -03:00
Carlos Alexandro Becker
3ce5a430ee
renamed
2017-03-25 21:31:16 -03:00
Carlos Alexandro Becker
7610138016
more test
2017-03-25 21:29:38 -03:00
Carlos Alexandro Becker
4af2cb00ea
ldflags template
2017-03-25 20:24:38 -03:00
Carlos Alexandro Becker
4fdfd47bd6
fixed test
2017-03-22 21:25:41 -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
Paulo Sousa
3ed26ed83b
homebrew: move default install cmd to defaults pipe
2017-03-09 16:33:17 -03:00
Carlos Alexandro Becker
b77e2cf93e
changing default main from main.go to .
2017-02-26 13:01:48 -03:00
Jorin Vogel
6677571e8c
Clean logging output
2017-01-19 10:04:41 +01:00
Carlos Alexandro Becker
276e521e5e
Merge branch 'master' into goreleaser.example.yml
2017-01-14 20:09:44 -02:00
Carlos Alexandro Becker
f95832a7ac
renamed package
...
refs #79
2017-01-14 20:01:32 -02:00
Carlos Alexandro Becker
62141803e5
organized config and renamed compress package
2017-01-14 19:47:47 -02:00
Jorin Vogel
a2bf57f8e1
Fixing some linter errors
2017-01-14 19:41:32 +01:00
Jorin Vogel
eaafc0a46b
Default for binary_name
2017-01-14 19:29:30 +01:00
Jorin Vogel
37034012c4
Default value for repo option.
...
It's loaded from Git config.
Thanks @caarlos0 for implementing remoteRepo func!
2017-01-14 19:12:20 +01:00
Carlos Alexandro Becker
20f46dc05c
lowercase #77
2017-01-14 15:16:29 -02:00