Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.52 KB

RELEASE.md

File metadata and controls

18 lines (16 loc) · 1.52 KB

Release Process

hackmd-github-sync-badge

Resolve Issues

  1. Create a new milestone if one doesn't exist.
  2. Open issues and filter by milestone and make sure they are either closed or moved over to the next milestone.

Start a release PR

  1. Run Generate Flyte Manifests workflow. It’ll create a PR (example)
  2. Update docs version to match the milestone version.
  3. Create a CHANGELOG file (example)
  4. Wait for endtoend tests to finish then Merge PR.

Create a release

  1. Run Create Flyte Release workflow: It will create a tag and then publish all deployment manifest in github release and will create a discussion thread in github release
  2. Kick off a run of the functional tests in https://github.com/unionai/genesis-device/actions/workflows/update_cluster_and_run_tests.yml
  3. Close the milestone
  4. Ping #core (slack channel) to send announcements about the milestone with the contents of the CHANGELOG to all social channels.