1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/internal
Ben Kochie 7625a70812
fix: Use go mod download (#1345)
Recommend using `go mod download` rather than `go mod tidy` for fetching
dependencies. The `tidy` function is used to update things and chagnes
the dependency graph. Using the `download` function avoids any changes.

Signed-off-by: Ben Kochie <superq@gmail.com>
2020-02-17 09:13:28 -03:00
..
artifact feat: upload extra files to the release (#1333) 2020-02-11 16:10:41 -03:00
builders/golang feat: support to gomips (#1288) 2020-01-26 14:36:00 -03:00
client fix: update code.gitea.io/sdk/gitea (#1220) 2019-10-28 22:33:01 -03:00
deprecate test: disable colors on tests 2018-10-27 13:34:16 -03:00
git fix: parse commit hash of GPG signed commit (#953) 2019-02-06 17:14:04 -02:00
http feat: Add the ability to place artifact name (#1338) 2020-02-10 22:59:57 -03:00
ids fix: better duplicate ID message 2019-07-27 10:55:56 -03:00
linux fix gomips support (#1331) 2020-02-05 22:08:18 -03:00
logext feat: moved sign log to info and stream output (#1276) 2019-12-27 11:55:15 -03:00
middleware refactor/fix: improved CLI (#937) 2019-01-22 01:56:16 -02:00
pipe fix: snap autocompletions (#1346) 2020-02-17 09:12:32 -03:00
pipeline feat: add gitlab for releases (#1038) 2019-06-29 11:02:40 -03:00
semerrgroup fix: skip aware semerrgroup (#1176) 2019-10-06 14:58:33 -03:00
static fix: Use go mod download (#1345) 2020-02-17 09:13:28 -03:00
testlib fix: parse commit hash of GPG signed commit (#953) 2019-02-06 17:14:04 -02:00
tmpl fix gomips support (#1331) 2020-02-05 22:08:18 -03:00