Skip to content

Set Release Name When Adding Release Notes to an Existing Tag

Jason Goodman requested to merge issue-58418-release-notes into master

What does this MR do?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58418 : "Adding release notes to created tag doesn't display tag name"

Existing Behavior

If a user adds release notes to an existing tag that previously did not have release notes, then a new release is created. However, the release's sha, author_id, and name are not set. Not setting name resulted in the bug described in #58418 (closed).

Behavior After This MR

If a user adds release notes to an existing tag that previously did not have release notes, then a new release is created and the sha, author_id, and name are set.

Does this MR meet the acceptance criteria?

Edited by Jason Goodman

Merge request reports