From 8b2f1329eddbde8b0229dd164b3707781061d8aa Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 15 Dec 2020 07:00:34 +0100 Subject: [PATCH] developer-manual: Add the -s flag to the suggested 'git tag' command We prefer signed tags. --- doc/source/developer-manual.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/developer-manual.sgml b/doc/source/developer-manual.sgml index f384cbf2..da59ea75 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -2373,7 +2373,7 @@ for-privoxy-version=3.0.11 Tag all files in Git with the version number with - git tag v_X_Y_Z. + git tag -s v_X_Y_Z. Don't use vX_Y_Z, ver_X_Y_Z, v_X.Y.Z (won't work) etc. -- 2.39.2