Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 797 Bytes

RELEASING.md

File metadata and controls

9 lines (8 loc) · 797 Bytes

Release process for the RAG Studio AMP

  • Get main into the state to be released
  • Publish a release from the main branch with the desired version to release using the Publish a release Github Action
  • Verify the release in a CML workspace, deploying from main
  • Merge main into the release/1 branch via a pull request, keeping the version file contents from main
    • Let the PR build run, to verify no merge conflicts took place
  • Publish a new release with the same version from the release/1 branch to make sure the code matches the release bundles.