Skip to content

Add automatic rubygems releases

Michał Wielich requested to merge add-auto-release into main

Related to gitlab-org/gitlab#411911 (closed)

Due to the specifics of how pipeline env variables work and how the default gem release pipeline works, I tested this issue by merging changes into main [MRs are linked in the issue]. The changes were later reverted, so that we can get proper code review on tested changes in this MR.

The result of merging the changes can be seen in this pipeline: https://gitlab.com/gitlab-org/analytics-section/product-analytics/gl-application-sdk-rb/-/pipelines/996210648

This pipeline updated the gem version on RubyGems to 0.2.2: https://rubygems.org/gems/gitlab-sdk

Edited by Michał Wielich

Merge request reports