Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 674 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 674 Bytes

GitHub Workflows

This document describes the GitHub workflows used in this project.

Build

  • Builds, Lint, Test
  • Publishes the docker images with version x.y.z-pr.<PR_NUMBER>

Merge PR

  • Publishes the docker image with latest

Close release

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