Suggest how to auto-generate tag name in release doc

This commit is contained in:
Daniele Varrazzo 2020-09-06 17:24:04 +01:00
parent 171371da5a
commit dd97344149

View File

@ -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