Create, retrieve and update releases on GitLab via CLI
Toolset to create, retrieve and update releases on GitLab
gitlab-release-cli$ gitlab-release-cli create --project-id 123 --tag v1.0.0 --name 'Version 1.0.0' --description 'Release notes here'$ gitlab-release-cli get --project-id 123 --tag v1.0.0$ gitlab-release-cli update --project-id 123 --tag v1.0.0 --description 'Updated release notes'