Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Goodman <jgoodman@gitlab.com>2019-04-09 09:52:15 +0300
committerRémy Coutable <remy@rymai.me>2019-04-09 09:52:15 +0300
commit5b7003282b6b3ce1bfc313b3271bd6827a230c34 (patch)
tree63ef06c4bb6b87acbcc56d39bdd944a58f06931a /lib/gitlab/legacy_github_import
parent74ac04a6aa7a9398ed908f47080e64ec40e0dee8 (diff)
Set release name when adding release notes to an existing tag
Also set the release sha and author
Diffstat (limited to 'lib/gitlab/legacy_github_import')
-rw-r--r--lib/gitlab/legacy_github_import/release_formatter.rb1
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