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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-26 03:08:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-26 03:08:57 +0300
commit1d5c2fd5bc4add03a10c46a7a2205495866d1488 (patch)
treeea7d97356cdcb54fae8a618d9b1a51af6807ae51 /lib/gitlab/ci/build
parentaadc5da1b1ccba52944e6df0f2173fad5d3fe675 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/ci/build')
-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