From 883da23886cdb2b659f34a50747977c0d9d6f065 Mon Sep 17 00:00:00 2001 From: Timo Furrer <tfurrer@gitlab.com> Date: Mon, 4 Nov 2024 15:30:04 +0100 Subject: [PATCH] Make changelog API call in release script verbose Changelog: development --- .gitlab/scripts/release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/scripts/release.sh b/.gitlab/scripts/release.sh index d6ed49b..ec57839 100755 --- a/.gitlab/scripts/release.sh +++ b/.gitlab/scripts/release.sh @@ -32,6 +32,7 @@ echo "Using commit '${last_stable_version_sha}' to start the changelog from ..." echo "Creating changelog ..." curl \ + --verbose \ --fail-with-body \ --request POST \ --header "PRIVATE-TOKEN: ${GITLAB_TOKEN}" \ -- GitLab