gitlab-release-cli

Create, retrieve and update releases on GitLab via CLI

brewmacoslinux
Try with needOr install directly
Source

About

Toolset to create, retrieve and update releases on GitLab

Commands

gitlab-release-cli

Examples

Create a new release for a GitLab project$ gitlab-release-cli create --project-id 123 --tag v1.0.0 --name 'Version 1.0.0' --description 'Release notes here'
Retrieve details of a specific release$ gitlab-release-cli get --project-id 123 --tag v1.0.0
Update an existing release with new information$ gitlab-release-cli update --project-id 123 --tag v1.0.0 --description 'Updated release notes'