You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In GitLab 14.0, the ability to manage release data (i.e. release notes) through the /projects/<project id>/repository/tags/<tag name>/release endpoint will be removed: https://gitlab.com/gitlab-org/gitlab/-/issues/290311
This module currently uses this endpoint to create a release in publish.js:
In GitLab 14.0, the ability to manage release data (i.e. release notes) through the
/projects/<project id>/repository/tags/<tag name>/release
endpoint will be removed: https://gitlab.com/gitlab-org/gitlab/-/issues/290311This module currently uses this endpoint to create a release in
publish.js
:gitlab/lib/publish.js
Line 71 in 81cd6a8
This API call should be updated to use the Release API instead.
The text was updated successfully, but these errors were encountered: