Skip to content

Fix create version client on version.gitlab.com

Ahmad Tolba requested to merge aht/fix-create-version into master

Addressing: gitlab-com/gl-infra/delivery#20326 (closed)

Content

  • Fix create version client on version.gitlab.com

Author Check-list

Context

The gitlab-releases Gem returns the version as x.x like 16.7. The version.gitlab.com expects the version as: x.x.x like 16.7.0 The error returned by the API is swallowed by the gitlab Gem that we utilize the require 'gitlab/request' module as the client.

Screenshot_2024-06-24_at_10.54.04

Merge request reports