aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-07-29 16:52:16 +0200
committerGuido Günther <agx@sigxcpu.org>2009-07-29 16:52:16 +0200
commitf636022be8a0d802f357612ca9eef5986ece887d (patch)
tree5a59780d869648b30a0d67cfe4de7cc71995fe16
parent849c8014a72440fcee12085d9a3036659a8ea4ba (diff)
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.
-rwxr-xr-xgit-dch2
1 files changed, 1 insertions, 1 deletions
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: