Skip to content

Allow users to create annotated tags from release

Andrew Fontaine requested to merge afontaine/create-annotated-tag into master

What does this MR do and why?

Users not only sometimes want to annotate tags with messages, but also wish for them to be different from the officially posted release notes.

A new text area is added to allow users to write out a tag message, and a collapse is utilized to show and hide the tag creation inputs, only showing them the user wishes to create a new tag.

Changelog: added

Screenshots or screen recordings

image

How to set up and validate locally

  1. In a project, navigate to Deployments > Releases
  2. Create a new release
  3. Enter a tag name in the dropdown, and select `Create tag {tag name}
  4. Enter a tag message
  5. Create the release
  6. Verify the message in Repository > Tags

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

For #362481 (closed)

Edited by Andrew Fontaine

Merge request reports

Loading