Edit help text to clarify that tags are annotated.
This commit is contained in:
parent
06cf647c9b
commit
5c747ded7e
2 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
= label_tag :message, nil, class: 'control-label'
|
||||
.col-sm-10
|
||||
= text_area_tag :message, nil, required: false, tabindex: 3, class: 'form-control', rows: 5
|
||||
.help-block Optionally, enter a message to create an annotated tag.
|
||||
.help-block Optionally, add a message to the tag.
|
||||
%hr
|
||||
.form-group
|
||||
= label_tag :release_description, 'Release notes', class: 'control-label'
|
||||
|
|
4
changelogs/unreleased/dev-issue-24554.yml
Normal file
4
changelogs/unreleased/dev-issue-24554.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Edit help text to clarify annotated tag creation.
|
||||
merge_request:
|
||||
author: Liz Lam
|
Loading…
Reference in a new issue