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

1553 Commits

Author SHA1 Message Date
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
Carlos Alexandro Becker
3db9913e1c
feat: --skip-validate is back (#600) 2018-03-08 08:42:33 -03:00
Carlos Alexandro Becker
956eeafdfe
fix: improved PR #597 2018-03-07 19:21:01 -03:00
Erno Aapa
960b23af0c feat: Custom brew tap name (#597)
Add optional Name field to Brew configuration to allow overriding
the name of the final Brew tap recipe.

closes #595
2018-03-07 19:16:38 -03:00
Carlos Alexandro Becker
7746ed179c
fix: bump nfpm
refs goreleaser/nfpm#12
2018-03-05 22:14:12 -03:00
Carlos Alexandro Becker
7cd13c040f
fix: scoop download url (#594)
closes #593
2018-03-05 20:55:02 -03:00
Carlos Alexandro Becker
7944b7d721
chore: improve todo task 2018-03-04 20:23:38 -03:00
Carlos Alexandro Becker
ef805ce060
fix: gometalinter 2018-03-02 09:40:19 -03:00
Carlos Alexandro Becker
3ca0513d7e
fix: gometalinter 2018-03-02 09:28:08 -03:00
Carlos Alexandro Becker
bf4587a9d3
chore: debug 2018-03-02 09:21:32 -03:00
Dominik Nakamura
cc6dd458af feat: Configuration to use short git hashes (#581)
Add a git configuration to control to either use long commit hashes
(current default) or use the short version with only the first 7
characters of the hash.

See #578
2018-03-02 09:20:27 -03:00