Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 703 Bytes

File metadata and controls

14 lines (13 loc) · 703 Bytes

Releasing Livebook

  1. If applicable, release Kino first and update built-in notebooks to reference the new version.
  2. Switch to (or create) vx.y branch.
  3. If applicable cherry-pick the relevant commits from main onto the vx.y branch.
  4. Update version in mix.exs, rel/app/src-tauri/Cargo.toml, rel/app/src-tauri/Cargo.lock and finish changelog.
  5. Run mix hex.build as a sanity check.
  6. git tag vx.y.z, git push --tags
    1. Wait for CI to finish (Docker and Desktop)
  7. Run mix hex.publish.
  8. Publish GH release with copied changelog notes.
  9. If you created a branch in step 2., update main changelog to point to the branch and bump version in mix.exs (with -dev suffix).