aboutsummaryrefslogtreecommitdiff
path: root/git-tag.sh
blob: 8f6887ddaa71b891ea0cac224f82e2c738aa5bfe (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

# run this script after doing git-dch -R --since debian/0.xxx and
# massaging the changelog a bit.

VERSION=$(dpkg-parsechangelog | sed -n 's/^Version: //p')
git tag -s -u dancer@debian.org -m "pbuilder release $VERSION" debian/$VERSION