aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
299 stars 46 forks source link

[Project] Improve release workflow #471

Open kmcginnes opened 4 days ago

kmcginnes commented 4 days ago

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: