Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Van Casteren
VuhDo
Commits
0ef8f80d
Commit
0ef8f80d
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Plain Diff
Merge branch 'master' into classic
parents
1eaebc49
65f4ee0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.release/release.sh
.release/release.sh
+1
-2
No files found.
.release/release.sh
View file @
0ef8f80d
...
...
@@ -2486,14 +2486,13 @@ if [ -z "$skip_upload" ]; then
{
"tag_name": "
$tag
",
"name": "
$tag
",
"description":
$(
cat
"
$changelog_githost
"
| jq
--slurp
--raw-input
'.'
|
awk
-F
'--------------------------------------------------------------'
'{print $1 FS "."}'
|
sed
-e
's/.\{63\}$//'
)
,
"description":
$(
cat
"
$changelog_githost
"
| jq
--slurp
--raw-input
'.'
|
awk
-F
'--------------------------------------------------------------'
'{print $1 FS "."}'
|
sed
-e
's/.\{63\}$/
"
/'
)
,
"assets": {"links":[
$gitlab_assets
]}
}
EOF
)
echo
"Creating GitLab release: https://gitlab.vuhdo.io/
$gitlab_slug
/releases"
echo
"PAYLOAD[
$gitlab_id
]:
$_gl_payload
"
resultfile
=
"
$releasedir
/gl_result.json"
result
=
$(
curl
-sS
--retry
3
--retry-delay
10
\
-w
"%{http_code}"
-o
"
$resultfile
"
\
...
...
This diff is collapsed.
Click to expand it.
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