forked from nhaarman/ListViewAnimations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ListViewAnimations Release Process | ||
================================= | ||
|
||
1. Make sure it builds! | ||
|
||
gradlew clean build | ||
|
||
2. Check the version number in the root `gradle.properties`. | ||
3. Make the release! | ||
|
||
gradlew clean generateReleaseJavadoc pushMaven -DisRelease=true | ||
|
||
4. Promote the Maven artifact on Sonatype's OSS Nexus install. | ||
5. Tag commit as release (`x.x.x`) | ||
6. Provide changelog / `.jar` files at [the Releases page](https://github.com/nhaarman/ListViewAnimations/releases). | ||
7. Increment the patch version number for future SNAPSHOT releases in the root `gradle.properties`. |
Binary file not shown.