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

1727 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
6936d2db0a docs: fmt 2018-04-15 20:32:52 -03:00
Carlos Alexandro Becker
481bbad43a docs: improved docs 2018-04-15 20:32:52 -03:00
Carlos Alexandro Becker
5a0b6c4608 fix: added time func to ldflags template 2018-04-15 20:32:52 -03:00
Carlos Alexandro Becker
d701179975
fix: always print before hooks output when in debug 2018-04-10 14:35:45 -03:00
Carlos Alexandro Becker
eec13796a4
docs: fmt 2018-04-09 13:33:17 -03:00
Carlos Alexandro Becker
b994c9475b
docs: updated issue template 2018-04-09 13:15:30 -03:00
Jaime Pillora
b308273fb3 docs: fix insecure pipe to bash (#634) 2018-04-07 12:59:39 -03:00
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 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 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 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