Skip to content
Snippets Groups Projects
Commit 2757072c authored by Andrea Valassi's avatar Andrea Valassi
Browse files

Fix release notes for release candidates

parent f5d50295
No related branches found
No related tags found
1 merge request!1Add Ubuntu 2404 (noble numbat)
...@@ -773,7 +773,11 @@ elif [ "$step" == "release" ]; then ...@@ -773,7 +773,11 @@ elif [ "$step" == "release" ]; then
# Prepare the text to be used for the release notes for the new tag # Prepare the text to be used for the release notes for the new tag
# Release notes support gitlab-flavoured markdown (GFM) # Release notes support gitlab-flavoured markdown (GFM)
rln="- Go to the *[README](https://gitlab.cern.ch/${prj}/blob/${tag}/README-${brn}.md)* for release ${tag}" if ${is_rc}; then
rln="- Go to the *[QA-stage description](https://gitlab.cern.ch/${prj}/blob/${tag}/QA-${brn}.md)* for release candidate ${tag}"
else
rln="- Go to the *[README](https://gitlab.cern.ch/${prj}/blob/${tag}/README-${brn}.md)* for release ${tag}"
fi
if [ "${brn#ubuntu}" != ${brn} ]; then if [ "${brn#ubuntu}" != ${brn} ]; then
# === CASE 1: UBUNTU # === CASE 1: UBUNTU
rln="${rln}\n- Read the *[changelog](https://gitlab.cern.ch/${prj}/blob/${tag}/files/changelog)*" rln="${rln}\n- Read the *[changelog](https://gitlab.cern.ch/${prj}/blob/${tag}/files/changelog)*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment