Skip to content

Release a new version

Bei Chu edited this page Feb 28, 2024 · 4 revisions
  1. Update version numbers in following files:
  • dozer-cli/Cargo.toml
  1. Go to https://github.com/getdozer/dozer/releases/new, create a new tag that starts with v, like v0.3.0. Fill arbitrary things for the release notes, they'll be overwritten. Create the release.

  2. Wait for https://github.com/getdozer/dozer/actions/workflows/release.yaml action run.

  3. Go to https://github.com/getdozer/homebrew-dozer, run python update.py, double check the updated formula, and git push.

  4. Trigger https://github.com/getdozer/dozer/actions/workflows/integration.yaml on above tag and input the expected version number.