Skip to content
Snippets Groups Projects
Unverified Commit 883da238 authored by Timo Furrer's avatar Timo Furrer
Browse files

Make changelog API call in release script verbose

Changelog: development
parent a6deac8e
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ echo "Using commit '${last_stable_version_sha}' to start the changelog from ..." ...@@ -32,6 +32,7 @@ echo "Using commit '${last_stable_version_sha}' to start the changelog from ..."
echo "Creating changelog ..." echo "Creating changelog ..."
curl \ curl \
--verbose \
--fail-with-body \ --fail-with-body \
--request POST \ --request POST \
--header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \ --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment