docs: add note about sonatype releasing

This commit is contained in:
Connor Tumbleson 2022-02-26 12:57:48 -05:00
parent af0da2c671
commit adc9425a9a
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -110,6 +110,7 @@ We upload the binaries into 3 places.
1. [Bitbucket Downloads](https://bitbucket.org/iBotPeaches/apktool/downloads) 1. [Bitbucket Downloads](https://bitbucket.org/iBotPeaches/apktool/downloads)
2. [Github Releases](https://github.com/iBotPeaches/Apktool/releases) - Since `2.2.1`. 2. [Github Releases](https://github.com/iBotPeaches/Apktool/releases) - Since `2.2.1`.
3. [Backup Mirror](https://connortumbleson.com/apktool/) 3. [Backup Mirror](https://connortumbleson.com/apktool/)
4. [Sonatype (Maven)](https://oss.sonatype.org)
#### Bitbucket #### Bitbucket
@ -148,8 +149,18 @@ Check the `md5.md5sum` file for the hashes. The file will look something like th
Additionally check the `sha256.shasum` file for the hashes. This file will look almost identical to the above Additionally check the `sha256.shasum` file for the hashes. This file will look almost identical to the above
except for containing sha256 hashes. except for containing sha256 hashes.
The hashes match so we have uploaded the binaries to all 3 locations. Time to get writing the release The hashes match so we are good with the backup server.
post.
#### Sonatype
You'll want to log in and view the Staging repostories and confirm you see the recently made build. You'll want to:
* Close it (Wait for audit report email)
* Release it (Drop the staging repository)
* Wait 20min - 2 hours for it to appear [here](https://mvnrepository.com/artifact/org.apktool/apktool-lib)
With those done, time to get writing the release post.
We currently blog the releases on the [Connor Tumbleson personal blog](https://connortumbleson.com/). We currently blog the releases on the [Connor Tumbleson personal blog](https://connortumbleson.com/).
This may change and the formatting of these release posts change over time. This may change and the formatting of these release posts change over time.