Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.37 KB

File metadata and controls

11 lines (7 loc) · 1.37 KB

How flyteconsole releases work?

This repo uses semantic-release to automate version management and packaging of new flyteconsole releases.

Every time a PR with commit messages including feat or fix is merged, semantic-release will automatically cut a new flyteconsole release. This can be tracked with this action, specifically the Generate Release step.

Currently, flyteconsole releases are independent from flyte or flytekit releases, but there is a caveat: on every new flyteconsole release, the corresponding packages are pushed to the flyteconsole GHCR repo. However, part of the Flyte release process automation includes checking for new flyteconsole releases, pulling the latest from the flyteconsole repo and pushing the package to a different flyteconsole-release repo, where many users and customers are used to pull from.

This means that, in order to sync packages between these two registries, we need to cut a Flyte release AFTER a flyteconsole release is out.