Skip to content

Monthly release pipeline: Add a job to create the monthly release version

Context

One last step of every month's release is to create the version on version.gitlab.com. The release manager does this manually.

example: Screenshot_2024-05-07_at_19.20.49

By following the link on the issue: https://version.gitlab.com/versions/new?version=17.0.0 It takes us to create the version that's passed as a parameter.

Proposal

We need to automate this step by:

Milestones

  • A job on the finalize-ci pipeline is created
  • A rake task to create the version is created and tested
  • Execute the rake task from the job
Edited by Ahmad Tolba