| = Making a Release of JGit |
| This step is only necessary if we need to create an unofficial JGit |
| snapshot release and publish it to the |
| link:https://developers.google.com/storage/[Google Cloud Storage]. |
| 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) |
| * Make sure you have done the configuration needed for deployment: |
| ** link:dev-release-deploy-config.html#deploy-configuration-settings-xml[ |
| Configuration in Maven `settings.xml`] |
| ** link:dev-release-deploy-config.html#deploy-configuration-subprojects[ |
| Configuration for Subprojects in `pom.xml`] |
| * Deploy the new snapshot. From JGit workspace execute: |
| Part of link:index.html[Gerrit Code Review] |