- Confirm that CHANGELOG.md is updated (any new changes should go under "Unreleased" at the top).
- Make sure your GitHub repository secrets include
DOCKERHUB_USERNAME,DOCKERHUB_TOKEN, andDOCKERHUB_PASSWORDfor the Docker Hub namespace you want to publish to. - On the master branch, run
yarn releaseand follow the prompts. - After a new tag is pushed from the above step, the publish workflow will automatically build & push Docker images and create a GitHub release for the tag.