# @copyright 2013-2023 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved.
#
# @brief Script to generate the release when pushing a branch and tag of the same name
# @brief Script to generate the release when pushing a tag
#
# @version 1.2.0
# @author Florent Pruvost
...
...
@@ -18,9 +18,7 @@
# Steps to do the release:
# - Update information in the code (see update_release.sh)
# - Update the ChangeLog
# - Push the hash on solverstack as:
# - a tag named vx.x.x
# - a branch named release-x.x.x (will trigger the CI to generate the release)
# - Create a tag named vx.x.x and push it on solverstack (will trigger the CI to generate the release)
#
changelog=""
function gen_changelog()
...
...
@@ -40,7 +38,7 @@ function gen_changelog()
#echo $line
done
changelog="$changelog\nWARNING: Download the source archive by clicking on the link __Download release__ above, please do not consider the automatic Source code links as they are missing the submodules.\n"
changelog="$changelog\nWARNING: Download the source archive by clicking on the link __Download release__ above, please do not consider the automatic Source code links as they are missing the submodules.\nVisit the [documentation](https://solverstack.gitlabpages.inria.fr/chameleon/#quickstart-install) to see how to install Chameleon."