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

1685 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
dab527ed4f
chore: better help 2018-02-24 18:03:54 -03:00
Carlos Alexandro Becker
fdc032ec15
refactor: unifying snapshot with skip-validate and skip-publish (#575)
* refactor: removed goreleaserlib: moved all to main

* refactor: wip: snapshot

* fix: more pipes

* fix: more pipes

* fix: git tests

* fix: some other validate and publish usages

* fix: git dirty check when snapshoting

* fix: nfpm: use tag instead of version

* test: docker: print docker run output if registry fails
2018-02-24 17:59:08 -03:00
Carlos Alexandro Becker
2bb509f5a8
chore: enabling -race -failfast and -coverpkg (#576)
* chore: enabling -race -failfast and -coverpkg

* fix: race condition in tests
2018-02-24 17:31:07 -03:00
Carlos Alexandro Becker
e999e34d96
refactor: removed goreleaserlib: moved all to main (#574)
* refactor: removed goreleaserlib: moved all to main

* test: fixed tests
2018-02-21 20:04:22 -03:00
Carlos Alexandro Becker
f2bd64f146
fix: guess git repo from url with custom ssh configs (#573)
* fix: guess git repo from url with custom ssh configs

or github enterprise

* style: removed unnecessary if statement
2018-02-20 18:21:20 -03:00
Carlos Alexandro Becker
b6299472fc
fix: git log without colors (#572) 2018-02-20 14:23:45 -03:00
Carlos Alexandro Becker
4b68c6af92
docs: several improvements 2018-02-18 20:37:59 -03:00
Carlos Alexandro Becker
6454dd7db4
docs: notice about config_files 2018-02-18 20:20:50 -03:00
Carlos Alexandro Becker
c5d8a592a7
docs: notice about rpmbuild version 2018-02-18 20:18:05 -03:00
Carlos Alexandro Becker
69477e6369
chore: fix deploy 2018-02-18 20:03:00 -03:00
Carlos Alexandro Becker
9269454c89
fix: bump nfpm version 2018-02-18 19:44:09 -03:00
Carlos Alexandro Becker
d8fe6462d4
feat: nfpm: suggests and recommends (#568)
refs https://github.com/goreleaser/nfpm/pull/5
2018-02-18 19:36:52 -03:00
Carlos Alexandro Becker
d4c962dd7a
style: new deploy 2018-02-18 16:40:41 -03:00
Carlos Alexandro Becker
4139509f43
feat: nfpm: support config files (#566)
* feat: nfpm: support config files

* bump: nfpm
2018-02-17 19:30:26 -02:00
Carlos Alexandro Becker
f0722a1f4a
docs: fmt 2018-02-17 19:02:17 -02:00
Carlos Alexandro Becker
5a2c941d54
chore: remove todo bot 2018-02-17 18:18:21 -02:00
Carlos Alexandro Becker
181258db55
docs: syntax highlight 2018-02-17 18:16:02 -02:00
Carlos Alexandro Becker
272fd3cd99
docs: updated guide for travis
refs #351
2018-02-17 18:15:40 -02:00
Carlos Alexandro Becker
ec1ba17102
fix: nfpm multiple binaries in the same archive (#564) 2018-02-17 16:51:18 -02:00
Carlos Alexandro Becker
8c528a90b7
fix: closing targz file (#563) 2018-02-17 14:28:48 -02:00
Carlos Alexandro Becker
0694b46bcc
fix: better deprecation notices (#561)
* fix: better deprecation notices

* test: covered deprecate with tests

* docs: improved docs

* docs: improved docs

* chore: organize imports

* style: code improve
2018-02-17 13:43:29 -02:00
Carlos Alexandro Becker
42427782ac
feat: nfpm support (#543)
* feat: nfpm support

* fix: rpm

* fix: rpm: bindir

* fix: nfpm tests and coverage

* chore: fixed nfpm version

* chore: deliver goreleaser itself with nfpm

* fix: add nfpm to the pipeline

* chore: bump nfpm

* bump: nfpm

* docs: nfpm and deprecation notices

* chore: nfpm v0.3.1
2018-02-17 12:16:06 -02:00
Carlos Alexandro Becker
1a90afcf5f
chore: compile with go1.10 (#560)
* chore: compile with go1.10

* chore: fix?

* chore: fix ci, maybe?

* chore: fix ci, maybe?

* test: fixed broken test
2018-02-17 10:50:54 -02:00
Carlos Alexandro Becker
66338de1bb style: removed elses, improved test code 2018-02-16 15:03:37 -02:00
Edward Wilde
eef2647570 feat: Adds template support to binary property (#544)
I added support for using the Go template engine with the binary
property. This is needed for generating binaries that include
the current version number in their file name. For example
`terraform-provider-NAME_vX.Y.Z`.
2018-02-15 09:30:15 -02:00
Carlos Alexandro Becker
efd1588119 test: improve scoop tests 2018-02-15 00:49:24 -02:00
Carlos Alexandro Becker
851fd76a5e chore: improving scoop code a bit 2018-02-15 00:49:24 -02:00
Carlos Alexandro Becker
1376f9e226 fix: wrong rebase 2018-02-15 00:34:12 -02:00
Carlos Alexandro Becker
9dfb8547d4 fix: global default for github download url 2018-02-15 00:34:12 -02:00
Carlos Alexandro Becker
18cf651cc9
fix: goreleaser init output
closes #525
2018-02-14 23:49:01 -02:00
Carlos Alexandro Becker
28ad35848f chore: added a todo to further improve other tests 2018-02-14 11:25:28 -02:00
Carlos Alexandro Becker
e0bdbd4e45 fix: upload linux artifacts to artifactory 2018-02-14 11:25:28 -02:00
Carlos Alexandro Becker
db929deb45 test: fixed difference between linux and mac errors 2018-02-14 11:25:28 -02:00
Carlos Alexandro Becker
ba58ba05ab test: make test fail when either archive is not uploaded 2018-02-14 11:25:28 -02:00
Carlos Alexandro Becker
8da56da027
docs: fixed contributors link 2018-02-13 22:01:42 -02:00
Carlos Alexandro Becker
79c8e05738 fix: keeping the same naming as other pipes 2018-02-13 14:24:12 -02:00
Carlos Alexandro Becker
8cf855f447 fix: do not print ctx in docker pipe when on debug 2018-02-13 14:24:12 -02:00
Carlos Alexandro Becker
53bf5bb9d9
chore: typo 2018-02-13 09:49:37 -02:00
Carlos Alexandro Becker
401e5caf49
bump: deps 2018-02-13 09:48:40 -02:00
Carlos Alexandro Becker
e4048c2456 feat: expand env on build envs 2018-02-12 21:05:35 -02:00
Carlos Alexandro Becker
ffba3d6aa4
chore: upgrade homepage on fpm et al 2018-02-12 18:50:22 -02:00
Carlos Alexandro Becker
8eedabfd67
docs: updated scoop.sh docs 2018-02-12 18:50:03 -02:00
Southclaws
633b179a30 add: scoop section to .goreleaser.yml 2018-02-12 18:36:48 -02:00
Southclaws
f1f34fddb6 fix: some doc typos 2018-02-12 18:36:48 -02:00
Southclaws
bdaabca332 add: scoop section documentation 2018-02-12 18:36:48 -02:00
Southclaws
58a4911d9b add: Scoop installation to docs introduction
This requires creating a `scoop-bucket` (scoop equivalent of
homebrew-tap) in the goreleaser GitHub org.
2018-02-12 18:36:48 -02:00
Southclaws
3580062fd3 add: two more test cases 2018-02-12 18:36:48 -02:00
Southclaws
b914f08301 add: TODO comment 2018-02-12 18:36:48 -02:00
Southclaws
ec5eb2ccaa add: More Scoop tests for error coverage 2018-02-12 18:36:48 -02:00
Southclaws
a02c221adb add: Scoop doRun tests 2018-02-12 18:36:48 -02:00