The release process for Hermit is currently managed internally by Block engineers. The following documents the steps taken to create a new release.
Ensure you have activated the Hermit environment so that just and gh are available.
- Run
just releasefor a patch release, orjust release-minorfor a minor release - Confirm the version when prompted
- Check that the release workflow is successful with
just release-statusorjust release-watch
You can view recent releases with just release-list.
- Revert the problematic change and merge the change to master
- Follow the Creating a New Release process