mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
delete tag (just in case) before adding it
This commit is contained in:
parent
518de58354
commit
d8709c488f
1 changed files with 1 additions and 0 deletions
1
debian/release.sh
vendored
1
debian/release.sh
vendored
|
@ -18,6 +18,7 @@ bzr bd -S
|
|||
sed -i "s/~ppa3) jaunty;/) jaunty;/" debian/changelog
|
||||
bzr bd -S
|
||||
curver=`head -n1 debian/changelog | sed "s/^.*(1.//" | sed "s/-.*$//"`
|
||||
bzr tag --delete 1.$curver || true
|
||||
bzr tag 1.$curver
|
||||
ver=`expr $curver + 1`
|
||||
dch -v "1.$ver" "UNRELEASED"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue