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
The functions for creating GitLab releases are still using v3 Endpoints of the GitLab API which aren't available for instances running GitLab (>= 9.0). I propose that the functions are removed from Tags.php and rewritten to a new Releases.php file. What do you think? I'd be up to implement it, but would like to know if there is anything to watch out for.
Cheers.
The text was updated successfully, but these errors were encountered:
The functions for creating GitLab releases are still using v3 Endpoints of the GitLab API which aren't available for instances running GitLab (>= 9.0). I propose that the functions are removed from
Tags.php
and rewritten to a newReleases.php
file. What do you think? I'd be up to implement it, but would like to know if there is anything to watch out for.Cheers.
The text was updated successfully, but these errors were encountered: