-
Make sure you're on the
mainbranch, andgit pullto get the latest commits. -
Determine the version number of the release you are creating.
-
Invoke the release script:
Scripts/release.sh ${VERSION}. You will be prompted to update CHANGELOG.md and create a pull request intomain. -
Go to the Releases and
Draft a new release. -
In the release notes, copy the changes from the changelog.
-
Ensure the
Titlecorresponds to the version we're publishing. -
Merge the PR, then hit
Publish release.