summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-06-20 06:33:05 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-06-20 06:33:05 +0100
commit54ee5407376cddea3139e8e608f9935c6cb311ec (patch)
treee1544327ef29860f9cd4c0e4751261db3175ce0a
parent0a67719ce1f55295ee55d54631591d068911caeb (diff)
downloadybd-54ee5407376cddea3139e8e608f9935c6cb311ec.tar.gz
Disable release-note by default16.25
-rw-r--r--ybd/config/ybd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/ybd/config/ybd.conf b/ybd/config/ybd.conf
index 67839e0..d6fac02 100644
--- a/ybd/config/ybd.conf
+++ b/ybd/config/ybd.conf
@@ -173,14 +173,14 @@ no-distcc: True
# if release-note is specified, ybd will create a list of changes
# since the `release-since` ref or the last tag in the current checkout
-release-note: './release-note.txt'
+# release-note: './release-note.txt'
# release-since can be any ref in the definitions history
# if release-since is not specified, ybd will default to use the last tag.
-release-since: HEAD~1
+# release-since: HEAD~1
# release-command can be used to configure the git output for the release note
-release-command: ['git', 'log', '--pretty=oneline', '-n=2']
+# release-command: ['git', 'log', '--pretty=oneline', '-n=2']
# Some modes of ybd (eg build-only, keys-only) output a result to a file
result-file: './ybd.result'