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
25848fbd
Commit
25848fbd
authored
Dec 17, 2020
by
Jaime Martinez
Committed by
Nick Gaskill
Dec 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add release description from file to the release yaml node
parent
900f072e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+17
-1
No files found.
doc/ci/yaml/README.md
View file @
25848fbd
...
...
@@ -3835,7 +3835,23 @@ The Release name. If omitted, it is populated with the value of `release: tag_na
#### `release:description`
Specifies the longer description of the Release.
Specifies the long description of the Release. You can also specify a file that contains the
description.
##### Read description from a file
> [Introduced](https://gitlab.com/gitlab-org/release-cli/-/merge_requests/67) in GitLab 13.7.
You can specify a file in
`$CI_PROJECT_DIR`
that contains the description. The file must be relative
to the project directory (
`$CI_PROJECT_DIR`
), and if the file is a symbolic link it can't reside
outside of
`$CI_PROJECT_DIR`
. The
`./path/to/file`
and file name can't contain spaces.
```
yaml
job
:
release
:
tag_name
:
${MAJOR}_${MINOR}_${REVISION}
description
:
'
./path/to/CHANGELOG.md'
```
#### `release:ref`
...
...
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