Versions Compared

Key

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

...

Code Block
git checkout release-x.y.z
git tag rel/x,.y,.z -u <signing key ID>
git push --tags

...