From 223c51a5fc6b519311c7af35e0d0e5cca8b2e7a0 Mon Sep 17 00:00:00 2001
From: Pavel Korshunov <pavel.korshunov@idiap.ch>
Date: Mon, 9 Apr 2018 17:39:25 +0200
Subject: [PATCH] updated default extension of changelog

---
 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 d17234e..c41d3d5 100755
--- a/release/release_bob.py
+++ b/release/release_bob.py
@@ -61,7 +61,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