From 2a0885a4801f344e6528fa8147c0795b451e5699 Mon Sep 17 00:00:00 2001
From: Elena ``of Valhalla'' Grandi <valhalla@trueelena.org>
Date: Mon, 7 Dec 2020 15:51:22 +0100
Subject: Update release procedure: add the changelog to the tag

---
 docs/source/contrib/release_procedure.rst | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

(limited to 'docs/source')

diff --git a/docs/source/contrib/release_procedure.rst b/docs/source/contrib/release_procedure.rst
index f54ed9f..aa0af51 100644
--- a/docs/source/contrib/release_procedure.rst
+++ b/docs/source/contrib/release_procedure.rst
@@ -16,7 +16,14 @@
 
 * Tag the uploaded version::
 
-     $ git tag -s v$VERSION -m "Version $VERSION"
+     $ git tag -s v$VERSION
      $ git push
      $ git push --tags
 
+  for the tag content use something like::
+
+     Version $VERSION
+
+     * contents
+     * of the relevant
+     * changelog
-- 
cgit v1.2.3