pull/492/head
nick black 5 years ago
parent e00ef4aca9
commit 305b517191
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1,9 +1,5 @@
* Finalize CHANGELOG.md
* `for i in CMakeLists.txt doc/Doxyfile doc/FreeBSD-Makefile doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs tools/notcurses.spec ; do sed -i -e "s/$OLDVERSION/$VERSION/g" $i ; done`
* Verify that Debian package builds properly
* git clean -d -f -x
* `tar -cJf ../notcurses_$VERSION.orig.tar.xz --exclude=.git --exclude=debian -C.. notcurses-$VERSION`
* debuild
* git commit -a -m v$VERSION
* `git push`
* Tag with `git tag -a v$VERSION -m "v$VERSION -s"`

Loading…
Cancel
Save