From 0521426e57c8c5945caa079d27213dc692dd2018 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 5 Apr 2020 15:10:31 +0200 Subject: [PATCH] HACKING: add -m to "git tag" invocation --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index ca13303..c9d321f 100644 --- a/HACKING +++ b/HACKING @@ -47,7 +47,7 @@ Making a new release - Add git tag: - $ git tag X.Y.Z + $ git tag X.Y.Z -m X.Y.Z - Build and upload to pypi: