- Update YORKIE_VERSION in Makefile.
- Write changelog of this version in CHANGELOG.md.
- Create Pull Request and merge it into main.
- Build binaries to attach a new release with
make build-binaries
- Create a new release by attaching the changelog by clicking Generate release notes button.
- Then GitHub action will deploy Yorkie to Docker Hub.
- Create a PR to homebrew-core by typing
brew bump-formula-pr yorkie --tag v{YORKIE_VERSION}
in the terminal.