1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-29 01:44:39 +02:00
Commit Graph

44 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
aec15be52c
fix: docker: added labels 2018-11-27 14:05:54 -02:00
Carlos Alexandro Becker
5449d5c495 fix: docker: binary 2018-11-27 14:03:53 -02:00
Carlos Alexandro Becker
52e5c3aa56 feat: also build/publish docker w/ cgo image 2018-11-27 14:03:53 -02:00
Carlos Alexandro Becker
8eaca29766
fix: stop using deprecated tag_templates 2018-10-31 00:23:29 -03:00
Carlos Alexandro Becker
020174ebd2 chore: go modules 2018-10-30 23:50:55 -03:00
Carlos Alexandro Becker
f7268a0979
fix: deploy goreleases to snap store 2018-10-20 17:41:31 -03:00
Carlos Alexandro Becker
817f0a7a13 fix: remove go generate 2018-09-16 21:46:21 -03:00
Carlos Alexandro Becker
5cc504fb94
fix: docker image 2018-09-04 09:26:26 -03:00
Carlos Alexandro Becker
27b169ba8d fix: revert test changes on goreleaser.yml file 2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
17f09de1e8 feat: also support minio 2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
1c426847d9 feat: upload to s3 2018-05-13 17:02:29 -03:00
Carlos Alexandro Becker
30663e4a1b
chore: improved .goreleaser.yaml 2018-04-03 21:36:11 -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
b34224ab36
fix: go generate hook 2018-03-08 18:46:48 -03:00
Carlos Alexandro Becker
0f24a529da
fix: inline config (#592)
* fix: inline config

Simple is always better.

refs #591

* style: fmt
2018-03-01 23:37:15 -03:00
Carlos Alexandro Becker
2ff058fd64
fix: fixed init
For some reason when building . instead of main.go,
the main_packr.go file was being ignored it seems.

Also changed it to run with go generate.

refs #591
2018-03-01 22:05:59 -03:00
Carlos Alexandro Becker
3d8ccb44a7
fix: subfolders inside zip archive
closes #586
2018-02-28 23:57:10 -03:00
Carlos Alexandro Becker
289e21f70c
feat: improved init command (#577)
* feat: improved init command

* test: increased coverage

* revert: should have commited this yet
2018-02-25 18:49:34 -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
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
ffba3d6aa4
chore: upgrade homepage on fpm et al 2018-02-12 18:50:22 -02:00
Southclaws
633b179a30 add: scoop section to .goreleaser.yml 2018-02-12 18:36:48 -02:00
Carlos Alexandro Becker
efdd35805d
Revert "fix: quit using a feature that isnt even launched yet"
This reverts commit f5bc3c05d2.
2018-01-19 01:20:50 -02:00
Carlos Alexandro Becker
f5bc3c05d2
fix: quit using a feature that isnt even launched yet 2018-01-19 01:19:04 -02:00
Carlos Alexandro Becker
8ec3ac898e
chore: fixed fpm and snap name templates 2018-01-19 01:02:12 -02:00
Carlos Alexandro Becker
1ad9ba78b0
chore: stop using deprecated docker setup keys 2018-01-19 01:01:44 -02:00
Carlos Alexandro Becker
26231995f5
chore: removed some commits from changelog 2018-01-02 19:06:13 -02:00
Andy Grunwald
1f5df43e75 Merge branch 'master' into artifactory-support
* master: (47 commits)
  docs: add docs for env vars in name_template
  test: add test for name_template with env var
  feat: support env vars for name_template
  docs: Fixed broken homebrew link
  docs: fixed master build status badge on readme
  chore: misspeled word on package docs
  feat: improved release notes
  chore: create config.yml
  chore: create stale.yml
  chore: push docs to master
  chore: changing the order of the tasks
  chore: using https instead of ssh url
  chore: always run make static on build
  chore: using travis deploy feature
  chore: automating docs deployment
  fix: do not decorate git log output
  chore: make static pushes repo as well
  docs: env support for docker tag_template
  feat: allow env vars for docker tag_template
  fix: move env vars to context
  ...
2017-12-08 21:50:02 +01:00
Carlos Alexandro Becker
8f5cf8a102 feat: release our docker image as vX.Y.Z
Using the tag instead of the version
2017-12-05 14:49:25 -02:00
Andy Grunwald
492a018b7f feat: Added basic support to push binaries into Artifactory
Artifactory is an universal Artifact Repository Manager by
JFrog. See https://www.jfrog.com/artifactory/

It is available in an OSS and Enterprise version.
Many companies using this internally to store, manage and
distribute binaries within their internal infrastructure.

It adds basic support to push all generated binaries into an
Artifactory. Basic means only the built artifacts. Without
checksums or archives.
As an authentication only Basic auth is supported by this Pipe.

See #344
2017-12-02 20:26:55 +01:00
Carlos Alexandro Becker
3d6e6cbcf6
chore: sorting goreleaser changelog
Asc sort our changelog
2017-10-20 15:54:43 -02:00
Carlos Alexandro Becker
e9ca883b0b
chore: filter some commits from our changelog
Removed docs and merges from our changelogs.
2017-10-18 09:43:18 -02:00
Carlos Alexandro Becker
71cef9553f
push :latest as well 2017-09-16 15:39:02 -03:00
Carlos Alexandro Becker
01f261b43c
restore yml 2017-09-11 23:46:26 -03:00
Carlos Alexandro Becker
60901d31f3
improvements 2017-09-11 23:42:36 -03:00
Carlos Alexandro Becker
b9e8ed64d1
draft: docker support 2017-09-11 23:31:00 -03:00
Carlos Alexandro Becker
c541d99c58
checksums name template support 2017-08-27 20:45:33 -03:00
Carlos Alexandro Becker
70e042e973
building rpm packages as well 2017-08-18 19:46:40 -03:00
Leo Arias
e8bf270ba2 add the snapcraft pipeline 2017-07-27 02:52:00 +00:00
Carlos Alexandro Becker
21e3be5fd2
git is not a valid dependency for brew formulas (as per brew audit 2017-07-16 15:25:16 -03:00
Carlos Alexandro Becker
463711f980
homebrew test support 2017-07-16 12:33:41 -03:00
Carlos Alexandro Becker
46419b46b8
fix config file 2017-07-08 12:06:59 -03:00
Carlos Alexandro Becker
cec34b91d5
breaking on invalid config files 2017-07-08 12:05:57 -03:00
Carlos Alexandro Becker
f729ecb767
defaulting to .goreleaser.yml 2017-07-04 23:51:45 -03:00