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

399 Commits

Author SHA1 Message Date
Carlos Alexandro Becker
8fa7c6977a feat: add only the manifests to the release notes
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-30 21:53:36 -03:00
Manuel Vogel
b0f4c1bac9 docs: update www/docs/customization/scoop.md
Co-authored-by: 6543 <6543@obermui.de>
2020-11-28 16:38:22 -03:00
Manuel Vogel
131023f8dd docs: add gitea defaults for brew and scoop 2020-11-28 16:38:22 -03:00
Carlos Alexandro Becker
e337fc9ca0
feat: multi-arch docker images (#1923)
* feat: multi-arch docker images

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* feat: split files

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: manifest

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* refactor: split files

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* test: added some

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: flags

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: fmt

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: diff

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* ci: enable experimental

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* ci: multi-arch goreleaser images

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-28 16:26:37 -03:00
Carlos Alexandro Becker
c011943613 feat: nfpm symlinks
closes #1861

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-26 23:45:17 -03:00
Carlos Alexandro Becker
cf47e132c9 docs: promote info to warning
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-26 23:19:46 -03:00
Lukas Malkmus
f35534d9d7
feat: make generated brew formulas brew audit compatible (#1908) (#1911)
* feat: add license as first class config key to homebrew (#1908)

* feat: remove trailing whitespace from generated brew formula (#1908)
2020-11-26 10:06:47 -03:00
6543
89105d63ac
feat: upload brew tap to gitea (#1547)
* implement for brew and scoop support for Gitea-hosted repos

* fix test

* add ReleaseURLTemplate support for gitea

* Add TestGiteaReleaseURLTemplate

* fix api to download url conversion

* switch test gitea instance to gitea.com

* fix defaults

* add test for defaults.go (GiteaURLs)

* add option into docs
2020-11-21 10:36:29 -03:00
Ben Sandberg
9a19dee300
docs: fix internal links that result in a broken navigation sidebar (#1909)
I suspect this is something about the mkdocs template, but I'm not familiar enough, and this is easy.
2020-11-19 17:31:26 -03:00
Ben Kochie
f417d7783d
feat: add support for git branch in templates (#1906)
Add a `.Branch` field to the text templates populated by the current git
branch.

Signed-off-by: Ben Kochie <superq@gmail.com>

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-11-18 18:50:31 +00:00
Ivan Vandot
20594d6183
add debconf-templates cookbook (#1907)
* add debconf-templates cookbook

* chore: typo

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2020-11-18 09:55:14 -03:00
Carlos Alexandro Becker
b4f154d81f
fix: improving URLs on linuxbrew (#1900)
* fix: improving URLs on linuxbrew

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* refactor: rename template fields

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix(tests): adapts brew test formulas and docs

* Revert "fix(tests): adapts brew test formulas and docs"

This reverts commit 51dd8cf6c7.

* fix: template

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: fixed example

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

Co-authored-by: Manuel Vogel <mavogel@posteo.de>
2020-11-16 09:16:50 -03:00
Carlos Alexandro Becker
671c7ef96e
feat: nfpm rpm.summary and nfpm.ghost_files (#1892)
* feat: nfpm rpm.summary and nfpm.ghost_files

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: fmt

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-11-12 10:46:55 -03:00
Carlos Alexandro Becker
9935b87100
feat: support replaces on nfpm (#1888)
* feat: support replaces on nfpm

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* Update www/docs/customization/nfpm.md
2020-11-06 15:17:08 -03:00
Jonathan Lloyd
17e56747cc
feat: add packager-specific nfpm config (#1849)
* feat: Add deb packager-specific nfpm config (#1829)

* Use env vars containing nfpm ids for deb pgp passphrase

* Add docs for nfpm id in env var

* Custon -> Custom

* Switch test cases

* Forward RPM specific config to nfpm

* Document rpm-specific nfpm config

* Add APK-specific nfpm config

* Document apk-specific nfpm config

* avaiable -> available

* Add deb scripts templates to nfpm config
2020-11-05 18:47:55 -03:00
Per Abich
85f064bcfe
docs: .ArtifactPath is the absolute path (#1870) 2020-10-27 09:31:04 -03:00
Roman Dodin
2848add079
docs: added apk package (#1875)
added apk package to the list of the supported packages in the docs
2020-10-27 09:29:54 -03:00
Carlos Alexandro Becker
ff2495fbd1
feat: allow to disable archive binary count check (#1856)
closes #1855

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-10-13 17:57:08 -03:00
Carlos Alexandro Becker
2d8823b8cf
feat: snap restart-condition (#1837)
* feat: snap restart-condition

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: restart-condition

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-10-06 10:59:53 -03:00
Carlos Alexandro Becker
f41ac3cf9e
docs: gitlab subgroups (#1840)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-10-06 09:51:32 -03:00
Carlos Alexandro Becker
2c487bc478
docs: improve archive docs (#1838)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-10-05 22:54:41 -03:00
Yoan Blanc
468387625b
feat: sign: extra option allowing stdin for commands (#1770)
* feat: extra option allowing stdin for the signing command

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>

* feat: allow stdin to be an empty string

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>

* fix: increase code coverage

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
2020-10-02 16:26:37 -03:00
Artur Troian
c55267f49f
docs: how to cross-compile Go with CGO (#1826)
* docs: how to cross-compile Go with CGO

Signed-off-by: Artur Troian <troian.ap@gmail.com>

* docs: update mkdocs

Signed-off-by: Artur Troian <troian.ap@gmail.com>

* docs: add extenstion to cookbook name

Signed-off-by: Artur Troian <troian.ap@gmail.com>

* docs: fix link to cgo-cross-compiling

Signed-off-by: Artur Troian <troian.ap@gmail.com>
2020-09-30 10:42:26 -03:00
Carlos Alexandro Becker
f3c54f0904 docs: how to publish to nexus
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-23 21:41:05 -03:00
Carlos Alexandro Becker
4fa87989a6 docs: improved contributing
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-23 21:34:45 -03:00
Carlos Alexandro Becker
9e4d345d25 docs: how to release a library
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-23 21:33:52 -03:00
Carlos Alexandro Becker
71299f5663 docs: fix links
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-23 21:26:22 -03:00
Carlos Alexandro Becker
180a77c374 docs: how to add a new cookbook
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-23 21:24:05 -03:00
Carlos Alexandro Becker
41f6d9ba93 docs: created a cookbooks section
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-23 21:20:56 -03:00
CrazyMax
cfd53dc728
docs: Import GPG v3 (#1792)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-09-07 10:22:45 -03:00
Carlos Alexandro Becker
a92774f602 docs: add nexus example
closes #1549

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-06 11:53:58 -03:00
Carlos Alexandro Becker
58cce33c0f docs: head formulas
closes #1772

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-06 11:22:09 -03:00
Carlos Alexandro Becker
6ec6ad2593 docs: clarify changelog.skip, improve release
closes #1624

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-09-06 11:14:45 -03:00
Chris Salch
cc3567cde9
feat: Add gobinary option to build configs (#1775)
* Possible implementation of #1235.

Adds the go_binary config option and defualts it to "go".

* Correct docs.
2020-08-30 10:15:33 -03:00
Dan Rollo
37b2f42b93
typo: this to these (#1771) 2020-08-25 22:25:06 +03:00
Carlos Alexandro Becker
e014ad0ae8
feat: allow to create apk packages (#1768)
* feat: upgrade nfpm

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* feat: allow to create apk packages

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-22 19:00:14 -03:00
Carlos Alexandro Becker
fa5b41332a
feat: allow to disable checksum pipe (#1760)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-16 11:58:59 -03:00
Carlos Alexandro Becker
da22bf8eb8
feat: use go 1.15 (#1759)
* Update to Go 1.15 image (#1758)

* feat: use go 1.15

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: remove darwin_386

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

Co-authored-by: Simon Jürgensmeyer <sj14@users.noreply.github.com>
2020-08-16 11:29:44 -03:00
Carlos Alexandro Becker
e614bf4d1d
docs: make commands copy-paste friendly (#1754)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-14 18:13:02 -03:00
Carlos Alexandro Becker
9012f61d41 fix: htmltest config
refs #1745

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-12 18:28:35 -03:00
Carlos Alexandro Becker
74c4af77e4 chore(ci): fix htmltest config
refs #1745

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-12 10:50:50 -03:00
Carlos Alexandro Becker
414e10693d
fix(ci): htmltest failing with 416 on some sites (#1721)
* fix(ci): htmltest failing with 416 on some sites

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: headers config

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: action

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: path

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-08-04 00:29:24 -03:00
Mark Karamyar
b0d8ba8fcd
docs: remove --pull option from docker run (#1707)
docker run command has not the option `--pull`
2020-07-27 11:10:15 -03:00
Adam Bouqdib
51a8e73fc8
docs: update bintray instructions (#1704) 2020-07-25 15:05:51 -03:00
Carlos Alexandro Becker
38616dc05f docs: fix broken link
closes #1633

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-07-23 14:31:29 -03:00
Jeremy Gustie
d798106316
docs: fix OCI annotation example (#1677)
Signed-off-by: Jeremy Gustie <jeremy@gustie.com>
2020-07-17 13:49:38 -03:00
Fedor Korotkov
fae5f93b18
docs: configuring with Cirrus CI 2020-07-14 14:32:09 -03:00
Venki Balakrishnan
164fa902df
docs: Update quick-start.md (#1667)
* docs: Update quick-start.md

Add detail that the `.goreleaser.yml` needs to be checked-in. See - https://github.com/goreleaser/goreleaser/discussions/1666

* Update www/docs/quick-start.md

Co-authored-by: Radek Simko <radek.simko@gmail.com>

Co-authored-by: Radek Simko <radek.simko@gmail.com>
2020-07-13 08:37:55 +00:00
Brian Flad
01fd3e8c7b
feat: support closing milestones (#1657)
* feat: support closing milestones

Reference: https://github.com/goreleaser/goreleaser/issues/1415

* refactor: Adjust milestone handling for code simplification, add ErrNoMilestoneFound, and fix milestone documentation close default

Reference: https://github.com/goreleaser/goreleaser/pull/1657#pullrequestreview-445025743

* refactor: Use single repo config in milestones instead of each VCS

* fix: Ensure milestone Pipe is included in Defaulters

* feat: Add fail_on_error configuration to milestone configuration

Co-authored-by: Radek Simko <radek.simko@gmail.com>
2020-07-09 21:40:37 +01:00
Radek Simko
b05c95a00f
docs: add missing quotes around templating syntax (#1654) 2020-07-07 09:48:11 -03:00
Radek Simko
ab8bb7f2f3
feat: support custom tokens in Homebrew & Scoop (#1650) 2020-07-06 17:12:41 -03:00
Paul Tyng
0d4f605388
feat: deterministic / reproducible build support (#1641)
* Make checksum ordering consistent

* Use consistent time for build date

* Add commit date to templates

* Add config option for build mod timestamp

* Make goreleaser builds reproducible

* Fix error in wording

* Update www/docs/customization/build.md
2020-07-06 17:09:22 -03:00
Radek Simko
998e377627
refactor: align Homebrew repo handling with Scoop (#1649) 2020-07-06 10:48:17 -03:00
Kevin Goslar
345b91703a
Fix typo (#1647) 2020-07-05 02:00:19 +03:00
reddec
adbe42b198
feat: add nfpm meta mackages (#1620)
* add nfpm meta flag - ignore binaries

* docs: update nfpm.md

* Update www/docs/customization/nfpm.md

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2020-06-19 11:04:10 -03:00
Carlos Alexandro Becker
515e4da190
docs: action version semver range (#1611)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-16 12:52:41 +00:00
Carlos Alexandro Becker
54d1ca1d6d
docs: unshallow action (#1610)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-16 09:37:11 -03:00
Kamil Samigullin
3e9fdf3705
docs: remove incorrect quotes (#1607) 2020-06-15 09:52:41 -03:00
Masih H. Derkani
6befe368e5
docs: fix typo in Note (#1600) 2020-06-10 10:43:38 -03:00
Weslei Juan Moser Pereira
6fc7cb769a
docs: include simple multiple binary example (#1596) 2020-06-09 10:04:46 -03:00
Aggelos Kolaitis
0c0063a5b4
feat: Support custom command and extra files in snaps (#1553) 2020-06-06 15:07:18 -03:00
Kévin Dunglas
99672b5c8a
docs: Fix link to "sign" (#1573) 2020-05-27 08:58:38 +01:00
Radek Simko
c908f74c41
docs: Format markdown tables (#1569)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-26 13:24:59 -03:00
Weslei Juan Moser Pereira
c805451de0
feat: Added extra files to blob (#1535)
* Reordered indexes in docs

* Fix customization order

* Implemented extra files

* Added tests for extra files

* Added docs

* Fix test with defaults

* Removed path and folder from extra_files

* Fix scope lint

* Removed dead code

* Removed dead code

* Added test for common package

* Fix linting

* Removed false positive from golangci

* Requested changes
2020-05-25 15:07:40 -03:00
CrazyMax
843262e3cc
docs: bump ghaction-import-gpg (#1555)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-24 15:20:48 +00:00
Grachev Mikhail
207ee49853
feat: add support brew dependency types (#1554)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
2020-05-24 12:10:25 -03:00
Radek Simko
363aa74dcb
feat: Expose semver for snapshots (#1557) 2020-05-24 15:05:49 +00:00
Yoan Blanc
a48ddc3828
feat: allow signing only the source (#1552)
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-23 17:39:59 +00:00
小明同学
6b80d90ac7
docs: fix grammar (#1536) 2020-05-21 09:33:11 -03:00
Weslei Juan Moser Pereira
931cc4d51e
docs: Alphabetical indexes reordered (#1533)
* Reordered indexes in docs

* Fix customization order
2020-05-19 10:12:24 -03:00
Carlos Alexandro Becker
baf2182051
fix(ci): htmltest failing checks (#1529)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-19 02:19:03 +00:00
Weslei Juan Moser Pereira
b8d32449f4
docs: added docs for Jenkins pipeline (#1527)
* Added docs for Jenkins

* Added index
2020-05-18 22:15:47 -03:00
Radek Simko
983f342ab8
feat: Add build command (#1520)
* feat: Add build command

* feat(cmd/build): Add skip-post-hooks flag

* Update internal/pipeline/pipeline.go

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2020-05-15 11:19:20 -03:00
Carlos Alexandro Becker
7bae28e167
docs: deprecations
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-12 09:21:27 -03:00
Carlos Alexandro Becker
751bcf523a
docs: small improvements
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-11 09:35:58 -03:00
Carlos Alexandro Becker
f69fe9e83a
docs: improve wording
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 19:47:55 -03:00
Carlos Alexandro Becker
31a32e254e
docs: some other improvements (#1504)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 19:37:28 -03:00
Carlos Alexandro Becker
1be1073857
chore(ci): htmltest workflow (#1506)
* chore(ci): htmltest workflow

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: syntax

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: workflow

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: alt

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* feat: rename workflow

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 19:33:09 -03:00
Carlos Alexandro Becker
943ef1d81f
docs: improvements (#1501)
* docs: enable instant

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: minify html

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: edit uri

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: remove uneeded meta

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: several improvements

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: broken links

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 18:59:21 -03:00
Carlos Alexandro Becker
5b489b8d85
fix: syntax
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 18:00:49 -03:00
Carlos Alexandro Becker
7ae5c4cff7
docs: tuning search
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 17:59:10 -03:00
Carlos Alexandro Becker
ee81ac9039
docs: tuning search
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 17:57:40 -03:00
Carlos Alexandro Becker
312fe7758e
docs: disable instant
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 17:53:46 -03:00
Carlos Alexandro Becker
7301ec7a37
docs: disable search
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 17:50:33 -03:00
Carlos Alexandro Becker
3c6ebe46da
fix: social icons
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 17:48:55 -03:00
Carlos Alexandro Becker
f5224a6c16
docs: search english only
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 17:47:47 -03:00
Carlos Alexandro Becker
e6de182f6c
docs: move back to www
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 17:32:55 -03:00
Carlos Alexandro Becker
4c62e4c409
docs: new docs with mkdocs (#1497)
* docs: new docs with mkdocs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: new docs with mkdocs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: new docs with mkdocs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: new docs with mkdocs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: new docs with mkdocs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: new docs with mkdocs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: new docs with mkdocs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* docs: new docs with mkdocs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: merge issues

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: merge issues

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: merge issues

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* feat: package.json

for vercel/now deployment

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 16:57:11 -03:00
CrazyMax
f142ed67a8
docs: Use template for signs.args in GitHub Action doc (#1494)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-10 16:16:17 +00:00
Radek Simko
8749030d3b
feat: Add support for custom publishers (#1481)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-10 16:03:49 +00:00
Carlos Alexandro Becker
31fedc4e67
feat: allow to template sign.args (#1493)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 12:50:35 -03:00
Carlos Alexandro Becker
6433f8649d
docs: clarify binary format
closes #1490

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-05-10 12:50:07 -03:00
CrazyMax
3841505619
docs: GoReleaser Action v2 (#1492)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-10 15:40:51 +00:00
CrazyMax
cafc9997b0
docs: Update GitHub Actions page (#1486)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-05-07 09:13:46 -03:00
Radek Simko
8f8063c495
docs: Fix Scoop installation instructions (#1485) 2020-05-06 09:58:25 -03:00
Zach Leslie
0f7ff6247b
feat(scoop): provide config option to change commit message (#1467)
Without this change, users unable to control the resulting commit message of the
scoop update.  In some environments this may present an issue with commit
linters that require a specific commit message format in order to build proper
change logs and make decisions.  Here we include a Scoop config option to use a
format string provided by the user during the commit.
2020-04-29 17:45:18 -03:00
Carlos Alexandro Becker
244ca69a09
docs: syntax on example
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-04-22 22:59:29 -03:00
Carlos Alexandro Becker
f0cc74521c
docs: improve github repo guessing docs
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-04-21 13:21:04 -03:00
Carlos Alexandro Becker
1f11eb0e6d
docs: update build flags
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-04-21 13:18:45 -03:00
Carlos Alexandro Becker
2f16c4c653
feat: remove deprecated nfpm options and puts (#1442)
also updated docs

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-04-19 19:54:07 -03:00