notcurses/doc/release-checklist.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

2019-11-29 03:22:44 +00:00
* Verify version in CMakeLists.txt
2019-11-29 03:19:15 +00:00
* Finalize Debian changelog with `dch -r`
* Update version in rust/Cargo.toml
2019-11-29 03:19:15 +00:00
* git commit -a -m v$VERSION
* Tag with `git tag -a v$VERSION -m "v$VERSION"`
* `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
* Build new Debian package
* git clean -d -f -x
* `tar -cJf ../notcurses_$VERSION.orig.tar.xz --exclude=.git --exclude=debian -C.. notcurses-$VERSION`
* 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`
* Upload new Rust crate with `cargo upload`
2019-12-29 01:11:08 +00:00
* Generate and upload new HTML documentation via `make html`
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