summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGravatar Karl Ramm <kcr@1ts.org>2013-08-08 02:36:01 -0400
committerGravatar Karl Ramm <kcr@1ts.org>2013-08-08 02:36:04 -0400
commita2c99aada00595e45f8f01d5f2b8ccabb85e6508 (patch)
tree1e16f24852df7c76e621a8b22d28879212b0a570 /release
parentd1154a0bd16b20de52cdff6a1481efee69501340 (diff)
cleanup debian/changelog and fix the bug in the release script that was messing it up
Diffstat (limited to 'release')
-rwxr-xr-xrelease1
1 files changed, 1 insertions, 0 deletions
diff --git a/release b/release
index 0616678..a56c131 100755
--- a/release
+++ b/release
@@ -11,6 +11,7 @@ if test -n "$(git status --porcelain)"; then
exit 2
fi
dch -b -v 1:${VERSION}-trunk release $VERSION
+dch -r ''
git add debian/changelog
git commit -m "release $VERSION"
TAGNAME=$(echo $VERSION | sed -e 's/~/%7E/') # sigh