This document describes the GitHub workflows used in this project.
- Builds, Lint, Test
- Publishes the docker images with version
x.y.z-pr.<PR_NUMBER>
- Publishes the docker image with
latest
This is a workflow triggered manually from Github Actions Close Release. The tasks performed by this workflow include:
- Publishes the docker image with
x.y.z
- Create a Github release
- Tag code
- Changelog is autogenerated by commit linear history of the release
- Bumps the new version by opening a new PR
- Sends a Zulip notification