release-checklist.txt 1.9 KB

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