Versions Compared

Key

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

...

Create a branch for a release using branch-X.Y .Z (ex: branch-2.1) as the name of the branch.

...

Code Block
git checkout branch-X.Y.Z

Update release version

Make sure once the branch is created the version is set as appropriate. Make sure that all versions are updated. Commit the changes to the release branch.

...