From b28307d8e7226da25f6b1734aff8aeaf6fa31e5d Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Jul 14 2017 07:51:14 +0000 Subject: Explain how to write a note in multiple lines in update template Fix #123 Signed-off-by: Chenxiong Qi --- diff --git a/fedpkg/cli.py b/fedpkg/cli.py index cb8ab88..f8e27be 100644 --- a/fedpkg/cli.py +++ b/fedpkg/cli.py @@ -109,6 +109,11 @@ bugs=%(bugs)s %(changelog)s # Here is where you give an explanation of your update. +# Content can span multiple lines, as long as they are indented deeper than +# the first line. For example, +# notes=first line +# second line +# and so on notes=%(descr)s # Enable request automation based on the stable/unstable karma thresholds