This checklist is meant to be used as a guide for the release process.
- Swich to
main
branch - Make sure to have no staged commits.
- Run
make patch-release
ormake minor-release
to handle the version bump, changelog, and commit.
- Change the following value in
package.json
"supportedAderynVersions": {
"major": 0,
"minor": 4
}
- Cut a release (patch or minor) using the steps above