use double quotes in release description
https://docs.gitlab.com/ee/user/project/releases/release_cicd_examples.html
unable to use double quotes in release description
release_job:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
release: # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
tag_name: '$CI_COMMIT_TAG'
description: Like this "is the tricky part"
this causes issue in the job :
$ release-cli create --description "Like this "is the tricky part"" --tag-name "2023.2.24"
...
time="2023-10-09T16:12:12Z" level=fatal msg="run app" cli=release-cli error="Required flag \"tag-name\" not set" version=0.16.0
Edited by 🤖 GitLab Bot 🤖