Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 930 Bytes

MAINTAINING.md

File metadata and controls

13 lines (10 loc) · 930 Bytes

Maintaining Yorkie

Releasing a New Version

Updating and Deploying Yorkie

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