Commit cd465319 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch 'jvdsluis-master-patch-79343' into 'master'

Add warning to docs about providing release notes when creating a tag

See merge request gitlab-org/gitlab!77354
parents 09959f7d a8d3831e
......@@ -130,7 +130,11 @@ release creation, the release job fails.
#### CI/CD example of the `release` keyword
To create a release when you push a Git tag, or when you add a Git tag
in the UI by going to **Repository > Tags**:
in the UI by going to **Repository > Tags**:
NOTE:
Do not provide **Release notes** when you create the Git tag in the UI.
Providing release notes creates a release, resulting in the pipeline failing.
```yaml
release_job:
......
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