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
0ff333be
Commit
0ff333be
authored
Nov 16, 2020
by
Nick Gaskill
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release-keyword-update' into 'master'
Update Release examples See merge request gitlab-org/gitlab!47738
parents
5e7034c9
d6994009
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+2
-2
doc/user/project/releases/index.md
doc/user/project/releases/index.md
+4
-4
No files found.
doc/ci/yaml/README.md
View file @
0ff333be
...
...
@@ -3897,7 +3897,7 @@ For example, when creating a Release from a Git tag:
job
:
release
:
tag_name
:
$CI_COMMIT_TAG
description
:
changelog.txt
description
:
'
Release
description'
```
It is also possible to create any unique tag, in which case
`only: tags`
is not mandatory.
...
...
@@ -3907,7 +3907,7 @@ A semantic versioning example:
job
:
release
:
tag_name
:
${MAJOR}_${MINOR}_${REVISION}
description
:
changelog.txt
description
:
'
Release
description'
```
-
The Release is created only if the job's main script succeeds.
...
...
doc/user/project/releases/index.md
View file @
0ff333be
...
...
@@ -455,17 +455,17 @@ In the API:
-
If you do not specify a
`released_at`
date, release evidence is collected on the
date the release is created.
##
GitLab Releaser
##
Release Command Line
> [Introduced](https://gitlab.com/gitlab-org/
gitlab-releaser
/-/merge_requests/6) in GitLab 12.10.
> [Introduced](https://gitlab.com/gitlab-org/
release-cli
/-/merge_requests/6) in GitLab 12.10.
GitLab Releaser is a CLI
tool for managing GitLab Releases from the command line or from
The Release CLI is a command-line
tool for managing GitLab Releases from the command line or from
GitLab's CI/CD configuration file,
`.gitlab-ci.yml`
.
With it, you can create, update, modify, and delete releases right through the
terminal.
Read the
[
GitLab Releaser documentation
](
https://gitlab.com/gitlab-org/gitlab-releaser/-/tree
/master/docs/index.md
)
Read the
[
Release CLI documentation
](
https://gitlab.com/gitlab-org/release-cli/-/blob
/master/docs/index.md
)
for details.
<!-- ## Troubleshooting
...
...
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