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
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
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
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
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
2018-03-23 18:40:03 -03:00
Carlos Alexandro Becker
79ceb16a74
fix: bump nfpm
2018-03-20 17:44:41 -03:00
Jan Seidl
187efd9c83
fix: archive.format_overrides section supports binary format correctly ( #611 )
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
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 5830759958
and hotfixed in 093291f3ad
I believe this is a better fix
2018-03-12 08:42:31 -03:00
Carlos Alexandro Becker
093291f3ad
fix: blank project name in some cases
...
closes #607
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
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 7b77f76d84
.
2018-03-11 14:00:58 -03:00
Carlos Alexandro Becker
50f348fdc1
Revert "docs: deploy: debug deploy to pages"
...
This reverts commit cf861c4630
.
2018-03-11 14:00:52 -03:00
Carlos Alexandro Becker
f33fcc15b3
Revert "docs: deploy: wtf travis"
...
This reverts commit 038d8e0a0b
.
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
2018-03-10 15:06:44 -03:00
Carlos Alexandro Becker
7b77f76d84
chore: fix release on travis
2018-03-10 14:54:37 -03:00
Carlos Alexandro Becker
2e0926c60d
fix: why am I packaging internal sources
...
dunno, probably was drunk at the time
refs #602
2018-03-10 14:14:45 -03:00
Carlos Alexandro Becker
8877c72abc
chore: better commit msgs for brew and scoop pipes ( #605 )
...
* style: moving commit msg to the pipe instead of the client
refs #604
* fix: better commit msg for scoop and brew
2018-03-10 14:13:00 -03:00
Carlos Alexandro Becker
b34224ab36
fix: go generate hook
2018-03-08 18:46:48 -03:00
Carlos Alexandro Becker
959daeca4d
style: moving Piper interface close to where its used
2018-03-08 18:46:15 -03:00
Carlos Alexandro Becker
c7d3e02ce6
style: moving Defaulter interface close to where its used
2018-03-08 18:36:36 -03:00
Carlos Alexandro Becker
5830759958
fix: project name on brew formula
...
refs 956eeafdfe
closes #601
2018-03-08 17:16:49 -03:00