From 6f2079a95bb6b4335132e430f2581bf7a7a17c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr> Date: Wed, 7 Dec 2022 16:50:21 +0100 Subject: [PATCH] =?UTF-8?q?doc:=20tag=20creation=20script:=20add=20reminde?= =?UTF-8?q?r=20to=20modify=20Cassiop=C3=A9e=20version=20in=20presentation?= =?UTF-8?q?=20document=20(referred=20to=20with=20DOI=2010.15454/TLO5LX)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy-new-stable-version.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/deploy-new-stable-version.sh b/scripts/deploy-new-stable-version.sh index e981740c5..92733055e 100755 --- a/scripts/deploy-new-stable-version.sh +++ b/scripts/deploy-new-stable-version.sh @@ -105,4 +105,8 @@ git tag -fa "$VERSION" -m "release version $VERSION" git push git push --tags --force +echo +echo "N'oubliez pas de modifier le numéro de version dans le document https://doi.org/10.15454/TLO5LX" +echo + echo "Tagging done, Gitlab CI/CD should take care of the rest." -- GitLab