List Releases through Release-CLI

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Release notes

In this milestone we have added the ability to list releases directly from the release-cli. This can be used to automate release descriptions and more by creating a script that interacts with the release responses.

Problem to solve

As a user of the release-cli, I wish to be able to perform all release activities directly from the .gitlab-ci.yml file.

This issue tackles List releases, which can then be parsed to obtain a specific field, like description.

Proposal

The release-cli is a simple HTTP client that makes API requests, it would be great to extend it to interact with the rest of the Release API endpoints.

Extend the release-cli to List Releases.

Paginated list of Releases, sorted by released_at.

GET /projects/:id/releases

Implementation guide

Use WIP: demo for list releases (release-cli!154 - closed) as the starting point, also add:

  • tests
  • pagination params

This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.

Edited by 🤖 GitLab Bot 🤖