From e7bedf5f2879b7870a5298c1a23d9bd455d33188 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 15 Dec 2020 07:25:18 +0100 Subject: [PATCH] developer-manual: Suggest to use the master branch as reference when creating the ChangeLog ... so the steps work when the current branch differs from master which is likely as the developer manual suggests to use a local branch for development. --- 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 da59ea75..73b94ea9 100644 --- a/doc/source/developer-manual.sgml +++ b/doc/source/developer-manual.sgml @@ -2295,7 +2295,7 @@ for-privoxy-version=3.0.11 $ git tag # to see the tags - $ git log [last release tag]..HEAD > /tmp/log + $ git log [last release tag]..master > /tmp/log # get the commit log since the last release $ utils/makeChangeLog /tmp/log > /tmp/change.log # reformat the commit log -- 2.39.2