Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Update release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern authored Nov 7, 2017
1 parent 90be5d2 commit 71104cf
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ fi
################

echo "Manual steps:"
echo " 1) release maven repo at http://oss.sonatype.org/"
echo " 2) Deply new docs: $> firebase deploy"
echo " 3) Update the release notes for GeoFire version ${VERSION} on GitHub and add jars for downloading"
echo " 4) Update firebase-versions.json in the firebase-clients repo with the changelog information"
echo " 5) Tweet @FirebaseRelease: 'v${VERSION} of @Firebase GeoFire for Java is available https://github.com/firebase/geofire-java"
echo " 1) Release all draft artifacts on Bintray at https://bintray.com/firebase/geofire"
echo " 2) On bintray, initiate Maven Central sync for latest version"
echo " 3) Deply new docs: $> firebase deploy"
echo " 4) Update the release notes for GeoFire version ${VERSION} on GitHub and add jars for downloading"
echo " 5) Update firebase-versions.json in the firebase-clients repo with the changelog information"
echo " 6) Tweet @FirebaseRelease: 'v${VERSION} of @Firebase GeoFire for Java is available https://github.com/firebase/geofire-java"
echo ---
echo "Done! Woo!"

0 comments on commit 71104cf

Please sign in to comment.