GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
933 stars 452 forks source link

Use of old deprecated v3 routes for releases #779

Open tomscholz opened 1 year ago

tomscholz commented 1 year ago

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.