summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2013-07-08 11:54:10 -0400
committerGravatar Karl Ramm <kcr@1ts.org>2013-07-08 11:54:36 -0400
commitfa3cc23fe187dde3062b9afbd3863e769b8319e8 (patch)
tree7f18186e05ebd365cad82d64995d81e5490001df
parent1f975abc1204b5a5e871ce22cffc2a8cb2779889 (diff)
I meant that
-rwxr-xr-xrelease2
1 files changed, 1 insertions, 1 deletions
diff --git a/release b/release
index c3ed2c6..d7682cb 100755
--- a/release
+++ b/release
@@ -10,7 +10,7 @@ if test -n "$(git status --porcelain)"; then
echo $0: git status is wordy, you probably want to stash and note your branch
exit 2
fi
-dch -v 1:${VERSION}-trunk release $VERSION
+dch -b -v 1:${VERSION}-trunk release $VERSION
git add debian/changelog
git commit -m "release $VERSION"
git tag $VERSION -m "release $VERSION"