mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-08 23:59:02 -05:00
debrelease.sh: make things easier
now that we're using gh instead of github-release, we no longer get our uploads stupidly renamed. remove the reminder to manually change them. huzzah! also, use --upstream-version with gbp so we don't get asked.
This commit is contained in:
parent
f2ba02bc75
commit
c81a222dfc
@ -33,11 +33,7 @@ gh release upload v$VERSION $ASC $XBALL
|
||||
cd -
|
||||
git commit -m "v$VERSION" -a
|
||||
|
||||
echo
|
||||
echo "Go change the $VERSION.dfsg to $VERSION+dfsg before proceeding, bro"
|
||||
echo
|
||||
|
||||
gbp import-orig ../notcurses_$VERSION+dfsg.1.orig.tar.xz
|
||||
gbp import-orig --upstream-version=$VERSION ../notcurses_$VERSION+dfsg.1.orig.tar.xz
|
||||
git push --tags
|
||||
dpkg-buildpackage --build=source
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user