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. Cherry pick the fix from master branch to release branch
    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"


    2. Locally:
      1. Create local branch from honolulu
      2. Cherry-pick commit from master branch
      3. git push origin HEAD:refs/for/honolulu
  3. Review patch by peers as normal 
  4. Once the fix is in release branch, deliver releases artifacts from release branch as described in previous section.

References