2020-02-01 07:37:55 +00:00
* `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`
2019-11-29 03:19:15 +00:00
* Finalize Debian changelog with `dch -r`
* git commit -a -m v$VERSION
2020-01-27 07:23:27 +00:00
* 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
2020-02-12 01:12:15 +00:00
* Tag with `git tag -a v$VERSION -m "v$VERSION -s"`
2019-11-29 03:19:15 +00:00
* `git push && git push origin --tags`
* Draft new release at https://github.com/dankamongmen/notcurses/releases
* Title is "v$VERSION—some quip"
* That's an em dash (U+2014, UTF-8 e2 80 94), get it right
2020-02-05 03:54:23 +00:00
* Repack DFSG-safe tarball, upload to github
* download github-spun tarball
2020-02-07 02:04:37 +00:00
* remove nonfree multimedia:
2020-02-17 22:36:27 +00:00
* rm data/chun* data/[deflmPw]* src/demo/jungle.c
2020-02-05 03:54:23 +00:00
* `tar -cJf ../v$VERSION.dfsg.tar.xz -C.. notcurses-$VERSION`
* upload to github
2019-11-29 03:19:15 +00:00
* Build new Debian package
2020-02-05 03:54:23 +00:00
* download DFSG tarball, unpack
2019-11-29 03:19:15 +00:00
* debuild
* Copy `../*notcurses*$VERSION*` to apt repo, import with `reprepro`
* Upload new AUR information
* Update `pkgver` and `sha256sums` entries
* `makepkg --printsrcinfo > .SRCINFO`
* Test that package builds with `makepkg`
* `git commit -a`
2020-01-09 11:47:46 +00:00
* Upload new Rust crate with `cargo publish`
* Upload new Python pip with
* `python3 setup.py sdist`
* `twine upload dist/*`
2019-12-29 01:11:08 +00:00
* Generate and upload new HTML documentation via `make html`
2020-02-18 06:05:59 +00:00
* `scp *.html ../doc/man/index.html qemfd.net:/var/www/notcurses/`
* Generate and upload new Doxygen documentation via `doxygen ../doc/Doxyfile`
* `scp -r html qemfd.net:/var/www/notcurses/`
2019-11-29 03:22:44 +00:00
* Update Debian changelog with `dch -v $NEXTVERSION-1`
2019-12-25 16:55:07 +00:00
* Update `doc/FreeBSD-Makefile` version
2019-11-29 03:22:44 +00:00
* Update CMakeLists.txt with next version