graph-explorer
graph-explorer copied to clipboard
[Project] Improve release workflow
The release workflow has a few steps that can be automated using GitHub Actions.
A typical release follows these steps:
- Create & merge a PR with updated versions & changelog
- Create branch for version & smoke test
- Create release in GitHub
- 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