This commit is contained in:
nick black 2020-02-01 02:38:56 -05:00
parent 746ef96ea1
commit 29fc25e628

View File

@ -1,6 +1,5 @@
* `for i in CMakeLists.txt doc/man/man*/* doc/man/index.html python/setup.py rust/*/Cargo.toml rust/libnotcurses-sys/build.rs ; do sed -i -e "s/x.y.z/$VERSION/g" $i ; done`
* Finalize Debian changelog with `dch -r`
* Update version in rust/Cargo.toml
* git commit -a -m v$VERSION
* Verify that Debian package builds properly
* git clean -d -f -x