summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
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