Skip to content

Release Guide

Venkat.R edited this page May 16, 2022 · 2 revisions

Linked In Clone Web

Below are the steps to cut the release.

  1. Draft the Release Notes
  2. Raise PR (main to release) and update the release notes
  3. Once its Merged, Create a Release Tag
  4. Update the Release Notes in Tag.

If there is no release branch exist, then try to create a branch.

git checkout -b release <initial-commit-id>
Clone this wiki locally