diff options
author | Jason Goodman <jgoodman@gitlab.com> | 2019-04-09 06:52:15 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-04-09 06:52:15 +0000 |
commit | 5b7003282b6b3ce1bfc313b3271bd6827a230c34 (patch) | |
tree | 63ef06c4bb6b87acbcc56d39bdd944a58f06931a /lib | |
parent | 74ac04a6aa7a9398ed908f47080e64ec40e0dee8 (diff) | |
download | gitlab-ce-5b7003282b6b3ce1bfc313b3271bd6827a230c34.tar.gz |
Set release name when adding release notes to an existing tag
Also set the release sha and author
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/legacy_github_import/release_formatter.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/legacy_github_import/release_formatter.rb b/lib/gitlab/legacy_github_import/release_formatter.rb index 8c0c17780ca..746786b5a66 100644 --- a/lib/gitlab/legacy_github_import/release_formatter.rb +++ b/lib/gitlab/legacy_github_import/release_formatter.rb @@ -7,6 +7,7 @@ module Gitlab { project: project, tag: raw_data.tag_name, + name: raw_data.name, description: raw_data.body, created_at: raw_data.created_at, updated_at: raw_data.created_at |