Carlos Alexandro Becker
4afd58e49c
feat: added the filter ability to changelog pipe
...
We can now ignore some commits from the changelog by providing the
`changelog.filters.excludes` array of strings in the config
file.
Refs #284
2017-10-18 09:19:36 -02:00
Carlos Alexandro Becker
87d269dc45
refactor: turned changelog generation into a pipe
...
I turned myself into a pipe morty!
PipeRick!!!
refs #284
2017-10-18 09:19:36 -02: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
ffebc52458
Merge branch 'mattstratton/add-custom-release-title' of github.com:mattstratton/goreleaser into mattstratton/add-custom-release-title
...
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
# Conflicts:
# config/config.go
# internal/name/name.go
2017-10-07 05:56:49 -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
Matt Stratton
f823cf2865
feat: Add ability to specify release name
...
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
2017-10-07 04:31:14 -05:00
Jorin Vogel
db7af5388d
feat: Add prerelease option
...
Add an config option to `release` section to set a release at not ready
for production.
Closes #384
2017-10-05 15:47:29 +02:00
Jorin Vogel
0e2e8c8eb3
feat: Add archive config 'wrap_in_directory'
...
The field is optional. When set to true, files in archive are wrapped
in a directory, which has the same name as the archive itself.
Tests have also been extended to cover this.
Closes #251
2017-10-02 18:53:18 +02: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
fd0e57ee4e
github enterprise config update
2017-09-26 18:33:22 -03:00
Carlos Alexandro Becker
9ddf723c4e
Merge branch 'master' into github-enterprise
2017-09-26 18:25:11 -03:00
Carlos Alexandro Becker
bd7e503961
allows extra copies in the docker image
2017-09-25 19:10:04 -03:00
Carlos Alexandro Becker
632d206848
Merge branch 'pull-369' into github-enterprise
2017-09-24 14:17:31 -03:00
Stephan Klevenz
1cd2e5e625
Merge branch 'master' into support-github-enterprise
2017-09-24 17:25:17 +02:00
Stephan Klevenz
ca48aa430f
support github enterprise
2017-09-24 17:02:34 +02:00
Carlos Alexandro Becker
618711cd43
fixed uploads url
2017-09-22 09:42:36 -03:00
Carlos Alexandro Becker
8c996e84fb
rm
2017-09-15 11:06:55 -03:00
Carlos Alexandro Becker
567b7a9b1b
support github enterprise
2017-09-15 11:04:03 -03:00
Carlos Alexandro Becker
2175bf1e80
also supporting latest docker tag
2017-09-14 20:16:49 -03:00
Carlos Alexandro Becker
60901d31f3
improvements
2017-09-11 23:42:36 -03:00
Carlos Alexandro Becker
b9e8ed64d1
draft: docker support
2017-09-11 23:31:00 -03:00
Carlos Alexandro Becker
c541d99c58
checksums name template support
2017-08-27 20:45:33 -03:00
Lachlan Donald
c15d4b6821
Add a Files stanza to the FPM config
...
This allows for extra files to be passed into FPM packages.
2017-08-09 12:00:44 +10:00
Leo Arias
58ab671b57
allow to overwrite the snap name
2017-08-07 16:28:04 +00:00
Leo Arias
b3d52a86f5
fix the comment
2017-08-04 05:44:49 +00:00
Leo Arias
0591ab4538
Allow plugs and daemon to the snaps
2017-08-04 05:42:55 +00:00
Carlos Alexandro Becker
55fdb249f8
fixes
2017-08-02 09:16:59 -03:00
Leo Arias
e8bf270ba2
add the snapcraft pipeline
2017-07-27 02:52:00 +00:00
Carlos Alexandro Becker
463711f980
homebrew test support
2017-07-16 12:33:41 -03:00
Carlos Alexandro Becker
602f06e547
format file
2017-07-08 12:07:37 -03:00
Carlos Alexandro Becker
cec34b91d5
breaking on invalid config files
2017-07-08 12:05:57 -03:00
Carlos Alexandro Becker
f729ecb767
defaulting to .goreleaser.yml
2017-07-04 23:51:45 -03:00
Carlos Alexandro Becker
6158285994
project name, templates, readme, etc
2017-07-01 22:42:10 -03:00
Carlos Alexandro Becker
cc5f80b3a9
added backwards compat to single build
2017-07-01 21:27:30 -03:00
Carlos Alexandro Becker
a8f1645ea9
fixing archiving and brew
2017-06-27 20:06:45 -03:00
Carlos Alexandro Becker
ed5ccf9bdb
wip multiple builds
2017-06-27 19:20:08 -03:00
Carlos Alexandro Becker
8a87be7c3b
imports
2017-05-18 09:02:27 -03:00
Carlos Alexandro Becker
b9d644db55
improved config package test coverage
2017-05-18 09:02:02 -03:00
Carlos Alexandro Becker
9a3c8dbafb
custom env
2017-05-11 10:43:25 -03:00
nickg
27e4b02892
gofmt, goimports
2017-05-10 19:35:44 -07:00
nickg
bb32b91081
Add LoadReader function
2017-05-10 19:14:17 -07:00
Carlos Alexandro Becker
8ab9672370
gofmt
2017-05-01 12:04:31 -03:00
Carlos Alexandro Becker
ef24f98478
Merge branch 'master' into ignore-builds2
2017-05-01 11:41:30 -03:00
Horst Gutmann
6d1d9dcd8e
Add snapshot builds
2017-05-01 14:17:31 +02:00
Carlos Alexandro Becker
6428818b56
cleaner yaml configs
2017-04-28 13:18:32 -03:00
lucapette
9ae661bc6c
Run a default pipeline as per @caarlos0 suggestion
2017-04-28 13:25:29 +02:00
lucapette
b287048fe1
Draft of the init command
2017-04-27 11:03:26 +02:00
Carlos Alexandro Becker
57292d64aa
allow ignoring specific builds
2017-04-26 20:08:25 -03:00
Carlos Alexandro Becker
0525e9014c
added goarch option to build section
2017-04-24 14:27:21 -03:00