Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Friedl
GYPT Fonts
Commits
0eafae9c
Commit
0eafae9c
authored
Sep 13, 2021
by
Sebastian Friedl
Browse files
GitLab CI: Use release keyword for release task
parent
eb95d66e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0eafae9c
...
...
@@ -95,10 +95,16 @@ gitlab_release:
image
:
name
:
registry.gitlab.com/gitlab-org/release-cli:latest
script
:
-
|
release-cli create \
--name "GYPT Fonts, Version ${FNT_REV}" --tag-name "v${FNT_REV}" \
--assets-link "{\"name\": \"Changelog\", \"url\": \"${REG_GEN}/CHANGELOG\"}" \
--assets-link "{\"name\": \"GYPT Fonts v${FNT_REV}\", \"url\": \"${REG_GEN}/gypt-fonts.zip\"}"
-
echo "Running gitlab_release job"
release
:
name
:
"
GYPT
Fonts,
Version
$FNT_REV"
description
:
"
Version
$FNT_REV
of
the
GYPT
Fonts.
See
the
Changelog
for
a
list
of
changes
since
previous
releases."
tag_name
:
"
v$FNT_REV"
assets
:
links
:
-
name
:
"
Changelog"
url
:
"
$REG_GEN/CHANGELOG"
-
name
:
"
GYPT
Fonts
v$FNT_REV"
url
:
"
$REG_GEN/gypt-fonts.zip"
tags
:
-
docker
Write
Preview
Supports
Markdown
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