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:
Diffstat (limited to 'lib/gitlab/ci/build/releaser.rb')
-rw-r--r--lib/gitlab/ci/build/releaser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/build/releaser.rb b/lib/gitlab/ci/build/releaser.rb
index 9720bb1123a..09717516aa4 100644
--- a/lib/gitlab/ci/build/releaser.rb
+++ b/lib/gitlab/ci/build/releaser.rb
@@ -5,7 +5,7 @@ module Gitlab
module Build
class Releaser
BASE_COMMAND = 'release-cli create'
- SINGLE_FLAGS = %i[name description tag_name ref released_at].freeze
+ SINGLE_FLAGS = %i[name description tag_name tag_message ref released_at].freeze
ARRAY_FLAGS = %i[milestones].freeze
attr_reader :config