Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make the fix and have it merged in master branch
  2. From Gerrit, cherry Cherry pick the fix from master branch to release branch (see attached screen shots
    1. From Gerrit:
      1. Navigate to ... / Cherry Pick
      2. Fill the form with the release branch name (honolulu) in "Cherry Pick to branch" field and click "Cherry Pick"
      3. Image ModifiedImage Modified
    2. Locally:
      1. Create local branch from honolulu
      2. Cherry-pick commit from master branch
      3. git push origin HEAD:refs/for/honolulu
  3. Once the fix is in release branch, deliver releases artifacts from release branch as described in previous section.

...