aevea / release-notary

App to just generate release notes.
MIT License
34 stars 3 forks source link

Gitlab publishing broken since release of GitLab 14 #273

Closed matejvelikonja closed 3 years ago

matejvelikonja commented 3 years ago

GitLab 14 changed how release API works, so release-notary is not working on gitlab anymore.
It fails with error 404.

GitLab 14.0 removes support for the release description in the Tags API. You can no longer add a release description when creating a new tag. You also can't create or update a release through the Tags API. You should migrate to the Releases API instead.

More info: https://about.gitlab.com/blog/2021/06/04/gitlab-moving-to-14-breaking-changes/