-
- Downloads
Merge branch '2460-3690-support-multiline-tag-message' into 'master'
Support multi-line tag messages _Originally opened at !2853 by @clns._ - - - Tag messages in Git can include a short summary of what changes are included in a release and any other relevant information. So I think GitLab should support multi-line tag messages, both in the "New Tag" interface and when viewing the tag. Also a non-technical user could use GitLab's interface to create releases, but at the moment this is impossible because he cannot enter a multi-line message. This would've been very handy, otherwise he would need to do it from the command line or other GUI program, which is not something a non-technical user has access to or knows how to do. This merge request adds support for multi-line tag messages. Below are the impacted screens. Let me know if I should change anything. This would close #3690 and #2460   See merge request !3833
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/views/projects/tags/new.html.haml 1 addition, 1 deletionapp/views/projects/tags/new.html.haml
- app/views/projects/tags/show.html.haml 3 additions, 5 deletionsapp/views/projects/tags/show.html.haml
- features/project/commits/tags.feature 0 additions, 46 deletionsfeatures/project/commits/tags.feature
- features/steps/project/commits/tags.rb 0 additions, 90 deletionsfeatures/steps/project/commits/tags.rb
- spec/features/tags/master_creates_tag_spec.rb 62 additions, 0 deletionsspec/features/tags/master_creates_tag_spec.rb
- spec/features/tags/master_deletes_tag_spec.rb 41 additions, 0 deletionsspec/features/tags/master_deletes_tag_spec.rb
- spec/features/tags/master_updates_tag_spec.rb 42 additions, 0 deletionsspec/features/tags/master_updates_tag_spec.rb
- spec/features/tags/master_views_tags_spec.rb 73 additions, 0 deletionsspec/features/tags/master_views_tags_spec.rb
Loading
Please register or sign in to comment