square / tape

A lightning fast, transactional, file-based FIFO for Android and Java.
https://square.github.io/tape/
Apache License 2.0
2.47k stars 287 forks source link

Prepare for release 2.0.0-beta1 #196

Closed f2prateek closed 6 years ago

f2prateek commented 6 years ago

I can push the tags and promote the release on sonatype once this gets merged in.

f2prateek commented 6 years ago

Turns out I don't have permissions to push to Sonatype! I was at step 4 on https://github.com/square/tape/blob/master/RELEASING.md, so to release this someone with the right permissions would have to run this to pick up from where I left off:

  1. Merge the PR to the master branch.
  2. git pull from the master branch. 3 ./gradlew clean uploadArchives.
  3. Visit Sonatype Nexus and promote the artifact.
  4. git tag -a X.Y.X -m "Version 2.0.0-beta1"
  5. Update the gradle.properties to the next SNAPSHOT version.
  6. git commit -am "Prepare next development version."
  7. git push && git push --tags
JakeWharton commented 6 years ago

I'll do it tomorrow