Versions Compared

Key

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

...

Create the release tag

git tag -a rel/release-x.y.z -m 'Tez x.y.z'
git push --tags origin

...