If you find a bug, we recommend that you post an issue to allow for discussion before creating a pull request.
- Double-check that the version in
contracts/libraries/Constants.sol
matches the version to be tagged. If it doesn't, open a PR to update the version before tagging. - Tag the release with
git tag vX.Y.Z
. - Push the release to Github with
git push --tags
- Go to the
releases
tab in Github and add the new tag as a release. Click the "Generate Release Notes" button to generate release notes.