Add changelog item and remove release labels for tags list

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-11-06 14:14:43 +01:00
parent 3c0244d3d1
commit cea2afa85e
2 changed files with 1 additions and 3 deletions

View file

@ -22,6 +22,7 @@ v 8.2.0 (unreleased)
- Include commit logs in project search
- Add "added", "modified" and "removed" properties to commit object in webhook
- Rename "Back to" links to "Go to" because its not always a case it point to place user come from
- Ability to add release notes (markdown text and attachments) to git tags
v 8.1.3
- Spread out runner contacted_at updates

View file

@ -9,9 +9,6 @@
- if tag.message.present?
&nbsp;
= strip_gpg_signature(tag.message)
- if release
&nbsp;
%span.label.label-success release
.controls
= link_to edit_namespace_project_tag_release_path(@project.namespace, @project, tag.name), class: 'btn-grouped btn' do