From f636022be8a0d802f357612ca9eef5986ece887d Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 29 Jul 2009 16:52:16 +0200 Subject: add --no-force-save-on-release so dch saves the changlog even when there are no changes so we don't end up with UNRELEASED when passing -R. --- git-dch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-dch b/git-dch index ec1c0607..15dcae13 100755 --- a/git-dch +++ b/git-dch @@ -57,7 +57,7 @@ def spawn_dch(msg='', author=None, email=None, newversion=False, version=None, r else: versionopt = '-i' elif release: - versionopt = "--release" + versionopt = "--release --no-force-save-on-release" msg = None if author and email: -- cgit v1.2.3