Edit help text to clarify that tags are annotated.

This commit is contained in:
Liz Lam 2016-11-17 23:17:59 -08:00
parent 06cf647c9b
commit 5c747ded7e
2 changed files with 5 additions and 1 deletions

View File

@ -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'

View File

@ -0,0 +1,4 @@
---
title: Edit help text to clarify annotated tag creation.
merge_request:
author: Liz Lam