Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Project] Improve release workflow #471

Open
kmcginnes opened this issue Jul 1, 2024 · 0 comments · May be fixed by #472
Open

[Project] Improve release workflow #471

kmcginnes opened this issue Jul 1, 2024 · 0 comments · May be fixed by #472

Comments

@kmcginnes
Copy link
Collaborator

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 kmcginnes linked a pull request Jul 1, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant