gitlab
gitlab copied to clipboard
project_releases.rb url_encode for tag_name
tag_name should be encoded like #{url_encode tag_name} in https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L27 https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L64 https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L76
Otherwise methods not working with tags like this "release/v1.1.0" (including slash)