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

2626 Commits

Author SHA1 Message Date
github-actions[bot]
752d4e5435
chore(deps): go mod tidy (#1651)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-07-06 17:31:49 -03:00
dependabot[bot]
777b70a13f
chore(deps): bump github.com/golangci/golangci-lint from 1.27.0 to 1.28.0 (#1648)
* chore(deps): bump github.com/golangci/golangci-lint

Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/golangci/golangci-lint/compare/v1.27.0...v1.28.0)

Signed-off-by: dependabot[bot] <support@github.com>

* fix: lint issues

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Radek Simko <radek.simko@gmail.com>
Co-authored-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-07-06 17:30:00 -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
github-actions[bot]
2fdccb293a
chore(deps): go mod tidy (#1645)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-07-03 09:35:43 -03:00
dependabot[bot]
2522771bd0
chore(deps): bump github.com/xanzy/go-gitlab from 0.32.1 to 0.33.0 (#1644)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.32.1 to 0.33.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.32.1...v0.33.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-03 09:45:23 +00:00
dependabot[bot]
62302b858e
chore(deps): bump codecov/codecov-action from v1.0.7 to v1.0.10 (#1642)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.7 to v1.0.10.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.7...f3570723ef743f6942b6a480461ed0cd6c0f9baa)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-02 08:46:06 +00:00
Carlos Alexandro Becker
574a44fde6
fix: update nfpm to v1.3.2 (#1640)
fixes #1636

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-07-01 18:12:41 -03:00
Adam Bouqdib
10c9d39d6e
fix: use correct filename for GCS downloads (#1625) 2020-06-24 14:19:20 -03:00
dependabot[bot]
fd7dbf6592
chore(deps): bump actions/checkout from v2.3.0 to v2.3.1 (#1619)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.0 to v2.3.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.0...28c7f3d2b5162b5ddd3dfd9a45aa55eaf396478b)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-19 16:21:16 -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
Igor
52e984f377
feat: Install make into docker image (#1621)
* Install make into docker image

* Whitespace
2020-06-19 10:02:01 -03:00
Nadir Boukeffa
48b2a1f3e6
fix: docker login using password stdin (#1617)
Instead of passing the password using the `-p` arg which is deprecated, we now use `--password-stdin` which is recommended.

Solves the following warning:
```
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
```
2020-06-18 14:10:47 -03:00
dependabot[bot]
ff9e7be643
chore(deps): bump actions/checkout from v2 to v2.3.0 (#1613)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2 to v2.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...b4483adec309c0d01a5435c5e24eb40de5773ad9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-18 10:53:43 -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
Carlos Alexandro Becker
f739c81797
fix: removed unused code (#1605)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-12 21:24:54 -03:00
dependabot[bot]
fdfae298c6
chore(deps): bump codecov/codecov-action from v1 to v1.0.7 (#1604)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1 to v1.0.7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...f532c3a1452359a7f96c37efc741537b80555c74)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-06-10 18:30:43 -03:00
dependabot[bot]
2ac1f63327
chore(deps): bump actions/cache from v1 to v2 (#1603)
Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...b8204782bbb5f872091ecc5eb9cb7d004e35b1fa)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-10 21:28:51 +00:00
github-actions[bot]
27c05562ed
chore(deps): go mod tidy (#1601)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-06-10 21:17:15 +00:00
CrazyMax
d3cc2d4a2b
chore: Dependabot v2 (#1602)
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-06-10 18:05:01 -03:00
dependabot-preview[bot]
100bd6f340
chore(deps): bump gocloud.dev from 0.19.0 to 0.20.0 (#1599)
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](https://github.com/google/go-cloud/compare/v0.19.0...v0.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-10 10:48:02 -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
Carlos Alexandro Becker
d96ea66cc2
docs: fix vercel deploy (#1595)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-08 17:08:40 -03:00
Carlos Alexandro Becker
df73ead056
docs: generate static/releases.json (#1594)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-08 19:48:10 +00:00
github-actions[bot]
de71c2ada7
chore(deps): go mod tidy (#1593)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-06-08 10:08:25 -03:00
dependabot-preview[bot]
159b06b009
chore(deps): bump github.com/stretchr/testify from 1.6.0 to 1.6.1 (#1592)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.6.0...v1.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-08 09:52:43 -03:00
Carlos Alexandro Becker
cfb69f6fd8
chore(deps): go mod tidy
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-06 15:48:45 -03:00
Carlos Alexandro Becker
e65ae06d5c
test: increase timeout
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-06 15:48:04 -03:00
Aggelos Kolaitis
0c0063a5b4
feat: Support custom command and extra files in snaps (#1553) 2020-06-06 15:07:18 -03:00
dependabot-preview[bot]
9af64723fc
chore(deps): bump github.com/xanzy/go-gitlab from 0.32.0 to 0.32.1 (#1584)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.32.0 to 0.32.1.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.32.0...v0.32.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-04 11:05:40 -03:00
dependabot-preview[bot]
6b62b90d6a
chore(deps): bump github.com/mattn/go-zglob from 0.0.1 to 0.0.2 (#1586)
Bumps [github.com/mattn/go-zglob](https://github.com/mattn/go-zglob) from 0.0.1 to 0.0.2.
- [Release notes](https://github.com/mattn/go-zglob/releases)
- [Commits](https://github.com/mattn/go-zglob/compare/v0.0.1...v0.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-04 11:05:32 -03:00
Carlos Alexandro Becker
fec84d9bf4
fix: docker images: bzr (#1587)
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-04 13:38:15 +00:00
dependabot-preview[bot]
123ef67b21
chore(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.0 (#1580)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.5.1...v1.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 14:07:35 +00:00
github-actions[bot]
d24fc36823
chore(deps): go mod tidy (#1582)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-06-01 09:44:02 -03:00
Carlos Alexandro Becker
7186e5b93e
chore(deps): remove tj/assert
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-01 09:43:18 -03:00
dependabot-preview[bot]
f69139b539
chore(deps): bump github.com/goreleaser/nfpm from 1.3.0 to 1.3.1 (#1581)
Bumps [github.com/goreleaser/nfpm](https://github.com/goreleaser/nfpm) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/goreleaser/nfpm/releases)
- [Changelog](https://github.com/goreleaser/nfpm/blob/master/.goreleaser.yml)
- [Commits](https://github.com/goreleaser/nfpm/compare/v1.3.0...v1.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-01 09:39:48 -03:00
Weslei Juan Moser Pereira
da78747875
feat: Add support for templated release notes, header and footer (#1575)
* Added support to header and footer template

* Add template for release notes
2020-05-31 13:18:48 +01:00
github-actions[bot]
c31cc85cb2
chore(deps): go mod tidy (#1579)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2020-05-28 13:18:43 -03:00
github-actions[bot]
f5354c9e60
fix: go mod tidy (#1577)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-28 15:37:25 +00:00
Carlos Alexandro Becker
38820db5eb
chore(ci): change auto go mod tidy commit msg (#1578) 2020-05-28 15:26:13 +00:00
github-actions[bot]
b91f87e019
fix: go mod tidy (#1574)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-05-28 12:49:03 +00:00
dependabot-preview[bot]
040c142eac
chore(deps): bump github.com/apex/log from 1.1.4 to 1.3.0 (#1571)
Bumps [github.com/apex/log](https://github.com/apex/log) from 1.1.4 to 1.3.0.
- [Release notes](https://github.com/apex/log/releases)
- [Changelog](https://github.com/apex/log/blob/master/History.md)
- [Commits](https://github.com/apex/log/compare/v1.1.4...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-28 09:36:48 -03:00
dependabot-preview[bot]
6bf17dd745
chore(deps): bump github.com/xanzy/go-gitlab from 0.31.0 to 0.32.0 (#1572)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.31.0...v0.32.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-27 10:03:41 -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