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.
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.