From 80b60b6d035fc8805fa049be541b6b29e3ceeb69 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 7 Feb 2020 10:36:46 +0100
Subject: [PATCH] Update steps to do the release

---
 tools/release.sh | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tools/release.sh b/tools/release.sh
index d891924ae..986914ce5 100755
--- a/tools/release.sh
+++ b/tools/release.sh
@@ -13,6 +13,14 @@
 #
 ###
 
+#
+# 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)
+#
 changelog=""
 
 function gen_changelog()
-- 
GitLab