Skip to content

Commit e9d0a90

Browse files
committed
Added RELEASING.md
1 parent c501a74 commit e9d0a90

3 files changed

+16
-0
lines changed

ListViewAnimationsExample.apk

-862 KB
Binary file not shown.

RELEASING.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
ListViewAnimations Release Process
2+
=================================
3+
4+
1. Make sure it builds!
5+
6+
gradlew clean build
7+
8+
2. Check the version number in the root `gradle.properties`.
9+
3. Make the release!
10+
11+
gradlew clean generateReleaseJavadoc pushMaven -DisRelease=true
12+
13+
4. Promote the Maven artifact on Sonatype's OSS Nexus install.
14+
5. Tag commit as release (`x.x.x`)
15+
6. Provide changelog / `.jar` files at [the Releases page](https://github.com/nhaarman/ListViewAnimations/releases).
16+
7. Increment the patch version number for future SNAPSHOT releases in the root `gradle.properties`.
-95.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)