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/src/libraries/Constants.sol
matches the version to be tagged. If it doesn't, update it and runmake build
to automatically update the hyperdrivetypespyproject.toml
file. If there is a fourth version number inpyproject.toml
you will have to delete it manually. Merge a PR with these changes 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.