1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-08 03:31:59 +02:00
goreleaser/internal
Matt Palmer bf4359017b
feat: Use GitLab Direct Asset Links (#2219)
* feat: Use GitLab Direct Asset Links

Implement the use of Direct Asset Links when uploading artifacts to a GitLab release

* fix: Remove ArtifactUploadHash

As GitLab support for direct asset linking exists, remove ArtifactUploadHash due to it no longer being required

* test: fix unit tests for gitlab urls

* fix: Use artifact name during GitLab upload

file.Name() included the path to the file, which isn't needed and breaks other areas such as homebrew releases

* docs: Require GitLab version v12.9+

Due to newly introduced dependency on direct asset linking
2021-05-17 17:33:04 +00:00
..
artifact chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
builders/golang refactor: use os and io packages intead of ioutil when possible (#2189) 2021-04-25 13:00:51 -03:00
client feat: Use GitLab Direct Asset Links (#2219) 2021-05-17 17:33:04 +00:00
deprecate fix: log semver errors when snapshot (#2084) 2021-03-01 14:18:57 -03:00
exec chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
extrafiles chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
git chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
http chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
ids chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
linux fix: properly translate mips arch (#2126) 2021-03-20 15:16:26 -03:00
logext chore(deps): bump github.com/golangci/golangci-lint from 1.23.7 to 1.27.0 (#1563) 2020-05-26 00:48:10 -03:00
middleware fix: improve output a bit (#2174) 2021-04-19 09:31:57 -03:00
pipe feat: Use GitLab Direct Asset Links (#2219) 2021-05-17 17:33:04 +00:00
pipeline feat: initial proxy build support (#2129) 2021-03-30 21:06:25 -03:00
semerrgroup chore: gofumpt & lint (#2190) 2021-04-25 14:20:49 -03:00
static fix(ci): go mod tidy (#2090) 2021-03-02 21:29:31 -03:00
testlib test: make test git init compatible with older git versions 2021-04-25 02:21:54 +00:00
tmpl feat: Use GitLab Direct Asset Links (#2219) 2021-05-17 17:33:04 +00:00