Carlos Alexandro Becker
5a72317a01
chore: test for snap issue ( #596 )
...
chore: fix snap liblz4 on travis
2018-04-06 14:21:25 -03:00
Carlos Alexandro Becker
d8e8af13b5
fix: lint
v0.66.1
2018-04-05 22:16:21 -03:00
Carlos Alexandro Becker
66019fc509
fix: added nfpm validations
2018-04-05 22:16:21 -03:00
Eli Young
c56e2dff2f
fix: Only put actual caveats in Homebrew formulae
...
If the config file has no entry for caveats, the Caveats field of the
struct defaults to the empty string. When strings.Split() is called on
the empty string, it returns []string{""}. This is considered truthy by
the template processor, resulting in a caveats section consisting of a
blank line.
2018-04-05 20:36:26 -03:00
Eli Young
75afc6bbd7
fix: Use squiggly heredocs in Homebrew formulae
...
Homebrew now warns that <<-EOS.undent is deprecated.
2018-04-05 20:36:26 -03:00
Carlos Alexandro Becker
d6436729c7
fix: fixed formatting
v0.66.0
2018-04-04 19:18:07 -03:00
Carlos Alexandro Becker
ecce86f121
fix: homebrew spacing in the formula
2018-04-04 19:18:07 -03:00
Carlos Alexandro Becker
ff867876b4
feat: using archive url to generate brew from source
2018-04-04 19:18:07 -03:00
Dominik Schulz
3c1f856ddf
fix: improve homebrew formula
...
This commit improves the homebrew formula pipeline step to support
more customizations.
2018-04-04 19:18:07 -03:00
Carlos Alexandro Becker
fe85f656e2
style: ran make fmt
v0.65.0
2018-04-03 21:37:16 -03:00
Carlos Alexandro Becker
30663e4a1b
chore: improved .goreleaser.yaml
2018-04-03 21:36:11 -03:00
Carlos Alexandro Becker
cac92e8734
fix: simplified before hook code
2018-04-03 21:35:48 -03:00
Dominik Schulz
cbdd90ddad
feat: Add cleanup pipeline
2018-04-03 21:24:18 -03:00
Carlos Alexandro Becker
7b45c9abbc
style: simplified time template func
v0.64.0
2018-04-03 20:55:29 -03:00
Carlos Alexandro Becker
ee316987bb
chore: docs format
2018-04-03 09:32:29 -03:00
Carlos Alexandro Becker
dbcf9f6979
docs: updated issue template
2018-04-02 13:10:31 -03:00
Carlos Alexandro Becker
e3003ded3f
docs: updated pull request template
2018-04-02 13:06:46 -03:00
Carlos Alexandro Becker
b2dd235614
style: simplified template code
2018-04-01 15:57:25 -03:00
Carlos Alexandro Becker
07b2699346
fix: empty line
2018-04-01 15:40:14 -03:00
Carlos Alexandro Becker
3b5a1fd8ce
feat: removed goreleaser footer on release notes
...
closes #619
2018-04-01 15:40:14 -03:00
Dominik Schulz
c0379ed858
feat: Provide time template func
...
This commit adds a customizable time function to the release name
template.
2018-04-01 15:19:32 -03:00
Carlos Alexandro Becker
aa8f870523
fix: updated nfpm: improved rpm pkg versions
2018-03-28 16:40:00 -03:00
Carlos Alexandro Becker
a8c0e5f1e7
docs: fixed formatting
v0.63.1
2018-03-27 22:19:17 -03:00
Carlos Alexandro Becker
7eb91ef964
docs: documented nfpm globs support
2018-03-27 22:19:17 -03:00
Carlos Alexandro Becker
3a6cbd1b7e
fix: fixed tests and bump nfpm again
2018-03-27 22:19:17 -03:00
Carlos Alexandro Becker
ec5771b805
feat: updated nfpm to glob support
2018-03-27 22:19:17 -03:00
Carlos Alexandro Becker
65abdb43a6
docs: added changelog generators list
...
refs #612
2018-03-26 19:44:59 -03:00
Carlos Alexandro Becker
782659751b
docs: docker.skip_push
v0.63.0
2018-03-25 13:30:49 -03:00
Carlos Alexandro Becker
b5818a7225
feat: skip_push on docker to match draft releases
2018-03-25 13:30:49 -03:00
Erno Aapa
79a48eae7b
fix: Fix Brew formula class name when using custom name
...
The #597 added support for customizing the final Brew formula name.
The generated *.rb file still were using the project name as
class name and installing with custom name didn't work.
Fixed the issue by using the `name` field as an input for
building the class name, which defaults to project name
if no name given.
2018-03-25 13:28:54 -03:00
Carlos Alexandro Becker
07b021ca11
fix: updated nfpm for better arch map
v0.62.6
2018-03-23 18:40:03 -03:00
Carlos Alexandro Becker
79ceb16a74
fix: bump nfpm
v0.62.5
2018-03-20 17:44:41 -03:00
Jan Seidl
187efd9c83
fix: archive.format_overrides section supports binary format correctly ( #611 )
v0.62.4
2018-03-16 22:52:04 -03:00
Carlos Alexandro Becker
62cb6a8963
fix: back to last dpl
...
refs https://github.com/travis-ci/travis-ci/issues/9312
2018-03-12 14:19:04 -03:00
Carlos Alexandro Becker
b895caeb36
fix: bump nfpm
v0.62.3
2018-03-12 10:34:14 -03:00
Carlos Alexandro Becker
b18b2a5dbb
chore: dep ensure
2018-03-12 08:52:22 -03:00
Carlos Alexandro Becker
36c49b1306
fix: separated defaulter for project name
...
this was first broken in 58307599588f8d9177c62151d5a4e77f83196fe7
and hotfixed in 093291f3ad176f23463103baa3bb254bf96a6773
I believe this is a better fix
v0.62.2
2018-03-12 08:42:31 -03:00
Carlos Alexandro Becker
093291f3ad
fix: blank project name in some cases
...
closes #607
v0.62.1
2018-03-12 08:30:38 -03:00
Carlos Alexandro Becker
7648760108
docs: note about archive without license and readme
...
closes #602
2018-03-11 21:07:34 -03:00
Carlos Alexandro Becker
27b153458b
fix: bump nfpm
v0.62.0
2018-03-11 15:48:30 -03:00
Carlos Alexandro Becker
45f4eb9f66
docs: deploy: downgrade dpl
...
refs https://github.com/travis-ci/travis-ci/issues/9312
2018-03-11 14:03:13 -03:00
Carlos Alexandro Becker
3866ac1ad7
Revert "chore: fix release on travis"
...
This reverts commit 7b77f76d84fd6302d35f5b6f0c3c7a4bf2483dde.
2018-03-11 14:00:58 -03:00
Carlos Alexandro Becker
50f348fdc1
Revert "docs: deploy: debug deploy to pages"
...
This reverts commit cf861c463089f3e929d2450210a8218627906541.
2018-03-11 14:00:52 -03:00
Carlos Alexandro Becker
f33fcc15b3
Revert "docs: deploy: wtf travis"
...
This reverts commit 038d8e0a0b5ee510875d0982b093a1f5fb0fd521.
2018-03-11 14:00:46 -03:00
Carlos Alexandro Becker
038d8e0a0b
docs: deploy: wtf travis
2018-03-11 13:08:21 -03:00
Carlos Alexandro Becker
cf861c4630
docs: deploy: debug deploy to pages
2018-03-11 12:56:39 -03:00
Carlos Alexandro Becker
a2d89651da
chore: cli: added aliases for release and init
2018-03-11 12:09:19 -03:00
Carlos Alexandro Becker
2231742e76
chore: cli: placeholder for release notes
2018-03-11 12:03:35 -03:00
Carlos Alexandro Becker
8326751101
refactor: replacing urfave/cli with alecthomas/kingpin ( #603 )
...
* chore: wip adding kinpin
* chore: wip adding kinpin
* chore: wip adding kinpin
* chore: wip adding kinpin
* chore: wip adding kinpin
* chore: fix linter issues
* style: format
* chore: wording
* style: small fixes
* fix: improved exit
* test: more tests
2018-03-11 12:00:47 -03:00
Carlos Alexandro Becker
febef7de29
fix: update nfpm
v0.61.3
2018-03-10 15:06:44 -03:00