From 2d6b2378fa2382d987d5776a00b5addb653f95ab Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Fri, 14 Mar 2008 20:42:21 +0100 Subject: document --full and --meta --- docs/chapters/releases.sgml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'docs/chapters/releases.sgml') diff --git a/docs/chapters/releases.sgml b/docs/chapters/releases.sgml index 1509ae10..4e1874b4 100644 --- a/docs/chapters/releases.sgml +++ b/docs/chapters/releases.sgml @@ -78,4 +78,24 @@ You can also add the snapshot-number calculation to gbp.conf + + More on commit messages + You can use to include the full commit + message in the changelog, note that you will lose the formatting though, + since &dch; wraps lines by itself. + Additionally you can use tags to customize the commit message, for + example the git commit message + +New upstream version + +Closes: #1000 +Thanks: cool upstream + + would result in a changelog entry + + * New upstream version (Closes: #1000) - thanks to cool upstream + +You can use multiple tags. + + -- cgit v1.2.3