aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-07-10 13:59:40 -0700
committerGitHub <noreply@github.com>2017-07-10 13:59:40 -0700
commit6684c2b2e84495dac225cb4b80d08a6e57e53e35 (patch)
tree86046595bd810f38e9a9f2839619a69dffa55aa8 /RELEASING.md
parentab50cd0922bf2398922952f4481b5b6d76c4e3a3 (diff)
downloadopencensus-java-6684c2b2e84495dac225cb4b80d08a6e57e53e35.tar.gz
Update releasing known issues. (#444)
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASING.md b/RELEASING.md
index b7f0de02..80977a29 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -170,8 +170,8 @@ site](http://central.sonatype.org/pages/releasing-the-deployment.html).
## Known Issues
-### Deployment for branch v0.5.x
-For all releases on the branch v0.5.x to deploy to maven central use command
+### Deployment for tag v0.5.0
+To rebuild the releases on the tag v0.5.0 use:
```bash
$ ./gradlew clean build && ./gradlew uploadArchives
```