Skip to content

enhance gitlab-cli with curl and jq

Proposal

I just followed Tutorial: Automate releases and release notes with GitLab to create Release Notes in my project.

From that tutorial I tried to see if I could merge the two jobs together: Essentially run the curl command in the release_job job. However, I discovered that image: registry.gitlab.com/gitlab-org/release-cli:latest does not have either curl or jq. Can these be added to the image?