Skip to content

Use a common Release response struct

Alishan Ladhani requested to merge ali/use-a-common-release-response-struct into master

What does this MR do and why?

The Releases API returns mostly identical responses for creating, getting, or updating a Release. This MR creates a common ReleaseResponse struct that can be used by all three commands. This MR was extracted from the MR for the update command: Add command to update a Release (!147 - merged).

Related to #157 (closed)

Checklist

  • [-] I added tests
  • Green pipeline
  • Assign to reviewer
Edited by Alishan Ladhani

Merge request reports