Add changelog item and remove release labels for tags list
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
3c0244d3d1
commit
cea2afa85e
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -9,9 +9,6 @@
|
|||
- if tag.message.present?
|
||||
|
||||
= strip_gpg_signature(tag.message)
|
||||
- if release
|
||||
|
||||
%span.label.label-success release
|
||||
|
||||
.controls
|
||||
= link_to edit_namespace_project_tag_release_path(@project.namespace, @project, tag.name), class: 'btn-grouped btn' do
|
||||
|
|
Loading…
Reference in a new issue