diff --git a/flytectl/RELEASE.md b/flytectl/RELEASE.md new file mode 100644 index 0000000000..646f7465a6 --- /dev/null +++ b/flytectl/RELEASE.md @@ -0,0 +1,5 @@ +# Release Process + +Flytectl releases map to git tags with the prefix `flytectl/` followed by a semver string, e.g. [flytectl/v0.9.0](https://github.com/flyteorg/flyte/releases/tag/flytectl%2Fv0.9.0). + +To release a new version of flytectl push a new git tag in the format described above. This will kick off a <[github workflow](https://github.com/flyteorg/flyte/blob/master/.github/workflows/flytectl-release.yml) responsible for releasing this new version. Note how the git tag has to be formatted a certain way for the workflow to run.