Commit 09ed727b authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'selhorn-release-name' into 'master'

Updated release:name to standards

See merge request gitlab-org/gitlab!74029
parents be72f015 abd6ff78
......@@ -3974,6 +3974,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