forked from HaxeFoundation/haxe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-checklist.txt
34 lines (27 loc) · 1.72 KB
/
release-checklist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Preparing related projects
- Check that haxelib is working
- Make sure to update the haxelib submodule
- Check that the run-time haxelibs are ready for release: hxcpp, hxjava, hxcs
- Check that the NEKO_VERSION variable in the "Makefile" is set to the latest Neko version
# Making the release
- Make sure CHANGES.txt has a proper date set!
- Make sure `version` in globals.ml has the correct value
- Make sure the copyright year in args.ml has the correct value
- Update `version` in `haxe.opam`
- Check if the protocolVersion in displayJson.ml has to be updated
- Create a version tag and push it with above changes (CI needs to run on the tag)
- Make an empty GitHub release in https://github.com/HaxeFoundation/haxe/releases
- Wait for the CI to build (check https://build.haxe.org/builds/haxe/, look for `haxe_[date]_refs/tags`)
- Get https://github.com/HaxeFoundation/hxgithub
- Follow "Haxe releases" section of hxgithub README, with the equivalent of `-d haxe_2023-04-28_refs/tags/4.3.1_964c84c.tar.gz`
- Tell yourself that you're gonna fix `-doc` generation next time
- Make sure changelog isn't empty in `./haxe-version/CHANGES.md`
- Write the announcement to `./haxe-version/RELEASE.md`
- If everything was working, run the command again without `--dry`
- Update https://github.com/HaxeFoundation/haxe.org/blob/staging/downloads/versions.json
- Wait for staging to update, check everything related to release and merge to master
# Cleanup
- Remove issues with released fixes from the "Hotfix" milestone: https://github.com/HaxeFoundation/haxe/milestone/18
- Set back the version in `globals.ml` to something appropriate for nightlies
# Announcing the release
- Find someone to announce the release on our various communication channels