• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Release Checklist
2
3This is the checklist for cutting a release.
4
5For a lot of these steps, they are only needed if the code that would be
6affected was changed. For example, I don't need to run the `scripts/randmath.py`
7test if I did not change any of the math code.
8
91.	Update the README.
102.	Update the manuals.
113.	Test history manually.
124.	Test with POSIX test suite.
135.	Run the `scripts/randmath.py` script an excessive amount and add failing
14	tests to test suite.
15	* debug
16	* release
17	* minrelease
186.	Fuzz with AFL.
19	* reldebug
207.	Fix AFL crashes.
218.	Find ASan crashes on AFL test cases.
229.	Fix ASan crashes.
2310.	Build on Windows, no errors or warnings.
24	* Debug/`x64`.
25	* Debug/`x86`.
26	* Release/`x64`.
27	* Release/`x86`.
2811.	Run and pass the `scripts/release.sh` script on my own machine.
2912.	Run and pass the `scripts/release.sh` script, without generated tests and
30	sanitizers, on FreeBSD.
3113.	Run and pass the `scripts/release.sh` script, without generated tests,
32	sanitizers, and 64-bit, on an ARM server.
3314.	Run and pass the release script, with no generated tests, no clang, no
34	sanitizers, and no valgrind, on NetBSD.
3515.	Run and pass the release script, with no generated tests, no sanitizers, and
36	no valgrind, on OpenBSD.
3716.	Run `scan-build make`.
3817.	Repeat steps 3-16 again and repeat until nothing is found.
3918.	Update the benchmarks.
4019.	Update the version and `NEWS.md` and commit.
4120. Boot into Windows.
4221. Build all release versions of everything.
43	* Release/`x64` for `bc`.
44	* Release/`x64` for `dc`.
45	* Release/`x64` for `bcl`.
46	* Release/`x86` for `bc`.
47	* Release/`x86` for `dc`.
48	* Release/`x86` for `bcl`.
4922.	Put the builds where Linux can access them.
5023. Boot back into Linux.
5124.	Run `make clean_tests`.
5225.	Run the `scripts/package.sh` script.
5326.	Upload the custom tarball and Windows builds to Yzena Gitea.
5427.	Add output from `scripts/package.sh` to Yzena Gitea release notes.
5528.	Edit Yzena Gitea release notes for the changelog.
5629.	Upload the custom tarball to GitHub.
5730.	Add output from `scripts/package.sh` to GitHub release notes.
5831.	Edit GitHub release notes for the changelog.
5932.	Notify the following:
60	* FreeBSD
61	* Adelie Linux
62	* Ataraxia Linux
63	* Sabotage
64	* xstatic
65	* OpenBSD
66	* NetBSD
6733.	Submit new packages for the following:
68	* Alpine Linux
69	* Void Linux
70	* Gentoo Linux
71	* Linux from Scratch
72	* Arch Linux
73