From 22b8ed91ef68c825ed16496aca8bd1e6dc6627b0 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Mon, 9 Apr 2018 16:57:47 +0200
Subject: [PATCH] Change the default value for the changelog file

---
 release/release_bob.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release/release_bob.py b/release/release_bob.py
index 56068bd..31761e4 100755
--- a/release/release_bob.py
+++ b/release/release_bob.py
@@ -18,7 +18,7 @@ Options:
     -h --help                     Show this screen.
     --version                     Show version.
     -c, --changelog-file STR      A changelog file with all packages to release with their tags, listed in order.
-                                  [default: changelog_since_last_release.rst].
+                                  [default: changelog_since_last_release.md].
     -g, --group-name STR          Group name where we are assuming that all packages are located.
                                   [default: bob].
     -p, --package STR             If the name of a package is provided, then this package will be found
-- 
GitLab