From 067b1a73d98615ea9de562447c2ec699a0536270 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 4 Nov 2019 09:15:43 +0100 Subject: [PATCH] doc: Note the need for a base tag. -- --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index c71e28b3..6b9a87b0 100644 --- a/configure.ac +++ b/configure.ac @@ -23,9 +23,11 @@ AC_PREREQ(2.59) min_automake_version="1.14" # To build a release you need to create a tag with the version number -# (git tag -s gpgme-n.m.k) and run "./autogen.sh --force". Please -# bump the version number immediately after the release and do another -# commit and push so that the git magic is able to work. See below +# "gpgme-n.m.k" and run "./autogen.sh --force". Please bump the +# version number immediately after the release and do another commit +# and push so that the git magic is able to work. If you start a new +# series by bumping the minor (m) remember to also create a tag named +# "gpgme-n.m-base" as the start point for beta numbering. See below # for the LT versions. m4_define([mym4_package],[gpgme]) m4_define([mym4_major], [1])