Commit abd6ff78 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Updated release:name to standards

Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/343854
parent afd257ba
......@@ -3969,6 +3969,19 @@ job:
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`
The long description of the release.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment