Skip to content
Catalin Hritcu edited this page Sep 11, 2016 · 25 revisions

See also Creating binary packages for your platform

  • Find volunteers for creating and testing packages on Windows, Mac, and Linux

  • Make sure that F* builds, passes all the tests, and that creating binary packages works well

  • (Maybe one day) Close all issues that were already fixed (helps getting nicer release notes, but only works well if people actually use the tracker for their work).

  • Push all changes to the OCaml snapshot

  • Bump the version in version.txt

  • Create a new tag with git tag v0.9.x.y and git push origin --tags

  • Draft a new release on GitHub using the new tag, the version maybe followed by some mnemonic as the release title, and a description of the changes. Can use GitHub for a list of changes between two releases or of issues closed between two dates.

Clone this wiki locally