mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Suggest how to auto-generate tag name in release doc
This commit is contained in:
parent
171371da5a
commit
dd97344149
|
@ -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.
|
- Create a signed tag with the content of the relevant NEWS bit and push it.
|
||||||
E.g.::
|
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
|
Psycopg 2.8.4 released
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user