Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
abd6ff78
Commit
abd6ff78
authored
Nov 08, 2021
by
Suzanne Selhorn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated release:name to standards
Related to:
https://gitlab.com/gitlab-org/gitlab/-/issues/343854
parent
afd257ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/ci/yaml/index.md
doc/ci/yaml/index.md
+13
-0
No files found.
doc/ci/yaml/index.md
View file @
abd6ff78
...
@@ -3969,6 +3969,19 @@ job:
...
@@ -3969,6 +3969,19 @@ job:
The release name. If omitted, it is populated with the value of
`release: tag_name`
.
The release name. If omitted, it is populated with the value of
`release: tag_name`
.
**Keyword type**
: Job keyword. You can use it only as part of a job.
**Possible inputs**
: A text string.
**Example of `release:name`**
:
```
yaml
release_job
:
stage
:
release
release
:
name
:
'
Release
$CI_COMMIT_TAG'
```
#### `release:description`
#### `release:description`
The long description of the release.
The long description of the release.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment