2020-04-19 06:24:03 +00:00
|
|
|
* Run tools/release.sh $OLDVERSION $VERSION
|
|
|
|
* Finalize CHANGELOG.md
|
|
|
|
* Bumps version numbers everywhere they need bumping
|
|
|
|
* Commits changes, tags result with v$VERSION, pushes tag
|
|
|
|
* Downloads new tarball and signs it
|
|
|
|
* Upload signature to github
|
2019-11-29 03:19:15 +00:00
|
|
|
* 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-04-19 19:55:43 +00:00
|
|
|
* In gbp repository:
|
2020-04-19 21:12:13 +00:00
|
|
|
* Update Debian changelog, if necessary: `dch -v $VERSION+dfsg.1-1`
|
2020-04-19 19:55:43 +00:00
|
|
|
* Finalize Debian changelog with `dch -r`
|
|
|
|
* Repack DFSG-safe tarball with uscan, upload to github
|
2020-04-19 21:12:13 +00:00
|
|
|
* `uscan --repack --compression xz --force`
|
2020-04-19 19:55:43 +00:00
|
|
|
* upload to github
|
2020-04-27 01:38:32 +00:00
|
|
|
* import new version: `gbp import-orig ../../notcurses_$VERSION+dfsg.1.orig.tar.xz`
|
|
|
|
* `git push --tags`
|
2020-04-19 19:55:43 +00:00
|
|
|
* build source package: `dpkg-buildpackage --build=source`
|
|
|
|
* build binaries: `cd .. && sudo pbuilder build *dsc`
|
2019-11-29 03:19:15 +00:00
|
|
|
* 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`
|
|
|
|
* Update CMakeLists.txt with next version
|