graph-explorer icon indicating copy to clipboard operation
graph-explorer copied to clipboard

[Project] Improve release workflow

Open kmcginnes opened this issue 7 months ago • 0 comments

The release workflow has a few steps that can be automated using GitHub Actions.

A typical release follows these steps:

  1. Create & merge a PR with updated versions & changelog
  2. Create branch for version & smoke test
  3. Create release in GitHub
  4. Run ECR image workflow for release

If we treat creating the release in GitHub as a trigger, we can automate the following:

  • Create branch from release
  • Run ECR image workflow for release

kmcginnes avatar Jul 01 '24 20:07 kmcginnes