This step is only necessary if we need to create an unofficial JGit snapshot release and publish it to the Google Cloud Storage.

Prepare the Release

Since JGit has its own release process we do not push any release tags for JGit. Instead we will use the output of the git describe as the version of the current JGit snapshot.

  ./tools/version.sh --release $(git describe)

Publish the Release