Versions Compared

Key

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

...

Code Block
git tag -s ${TAG} -m "${TAG}"
git tag -s "statefun-sdk-go/v${RELEASE_VERSION}-rc${RC_NUM}" ${TAG}

We now need to do several things:

...

Code Block
languagebash
titlePush tag
git push <remote> refs/tags/release-${RELEASE_VERSION}-rc${RC_NUM}
git push <remote> refs/tags/statefun-sdk-go/v${RELEASE_VERSION}-rc${RC_NUM}

...