From dd97344149f7cfc7a14220b36d853b1a2e656565 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 6 Sep 2020 17:24:04 +0100 Subject: [PATCH] Suggest how to auto-generate tag name in release doc --- doc/release.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/release.rst b/doc/release.rst index e942775a..66c03a46 100644 --- a/doc/release.rst +++ b/doc/release.rst @@ -36,7 +36,8 @@ How to make a psycopg2 release - Create a signed tag with the content of the relevant NEWS bit and push it. E.g.:: - $ git tag -a -s 2_8_4 + # Tag name will be 2_8_4 + $ git tag -a -s ${VERSION//\./_} Psycopg 2.8.4 released