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 /app/assets/javascripts/editor
parentaadc5da1b1ccba52944e6df0f2173fad5d3fe675 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/editor')
-rw-r--r--app/assets/javascripts/editor/schema/ci.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/editor/schema/ci.json b/app/assets/javascripts/editor/schema/ci.json
index e8b96c25965..74bd8ff3b15 100644
--- a/app/assets/javascripts/editor/schema/ci.json
+++ b/app/assets/javascripts/editor/schema/ci.json
@@ -1204,6 +1204,10 @@
"description": "The tag_name must be specified. It can refer to an existing Git tag or can be specified by the user.",
"minLength": 1
},
+ "tag_message": {
+ "type": "string",
+ "description": "Message to use if creating a new annotated tag."
+ },
"description": {
"type": "string",
"description": "Specifies the longer description of the Release.",