Versions Compared

Key

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

...

Code Block
git tag -s ${TAG} -m "${TAG}"
git push <remote> refs/tags/release-${RELEASE_VERSIONTAG}

We now need to do several things:

...