GitLab Releases now have a new Evidence collection entry in which you can find a snapshot of the Release’s metadata in JSON format. This snapshot can be leveraged as a chain of custody to support review and compliance processes, such as audits.
In GitLab 13.7, you can now define your release description in a source-controlled or auto-generated file and call it from .gitlab-ci.yml.
这样做会将文件内容作为 Markdown 加载到您的版本描述中。
创建一个标记/标记名称和提交说明
git tag -a v1.05 -m "1st stabe release
push changes
git push origin --tag
I haven't been able to figure out how to use the markdown release notes on gitlab yet which allows you to add links. You might have to do it manually or use their rest api.