1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-06 03:13:48 +02:00
goreleaser/internal
Adam Bouqdib 893562ca73
fix(gitlab): release file URL broken (#5035)
<!--

Hi, thanks for contributing!

Please make sure you read our CONTRIBUTING guide.

Also, add tests and the respective documentation changes as well.

-->


<!-- If applied, this commit will... -->

Fix the GitLab upload URL.

<!-- Why is this change being made? -->
Gitlab changed upload URLs from 
`https://gitlab.com/{user}/{repo}/uploads/{hash}/file.ext` to
`https://gitlab.com/-/project/{projectID}/uploads/{hash}/file.ext`.

To avoid future issues like this the PR
https://github.com/xanzy/go-gitlab/pull/1968 was created upstream which
adds the `full_path` field to `go-gitlab` which this PR uses.

<!-- # Provide links to any relevant tickets, URLs or other resources
-->

Fixes https://github.com/goreleaser/goreleaser/issues/4974
2024-08-03 13:56:42 -03:00
..
archivefiles feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
artifact feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
builders feat(build): use GOCACHEPROG if set (#4941) 2024-06-15 13:45:54 -03:00
client fix(gitlab): release file URL broken (#5035) 2024-08-03 13:56:42 -03:00
commitauthor feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
deprecate feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
exec feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
extrafiles feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
gio chore: fix all existing lint issues (#4637) 2024-02-19 08:49:39 -03:00
git feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
golden feat: winget support (#4081) 2023-06-14 23:59:55 -03:00
http feat: support extra_files in http upload and artifactories (#4940) 2024-06-15 12:21:29 -03:00
ids
logext feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
middleware fix: moving some logs to debug 2024-06-22 22:43:57 -03:00
pipe feat: rename snapshot.name_template -> snapshot.version_template (#5019) 2024-07-29 09:21:00 -03:00
pipeline feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
semerrgroup fix: snapcraft temporary directory + concurrency (#4963) 2024-06-29 19:00:52 -03:00
shell feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
skips feat: --skip=archive (#4916) 2024-06-11 09:23:21 -03:00
static fix: init in v2 (#4915) 2024-06-05 16:28:17 -03:00
testctx feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
testlib feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
tmpl feat!: rename module to /v2 (#4894) 2024-05-26 15:02:57 -03:00
yaml