Skip to content

Commit

Permalink
Added RELEASING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaarman committed Jun 14, 2014
1 parent c501a74 commit e9d0a90
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file removed ListViewAnimationsExample.apk
Binary file not shown.
16 changes: 16 additions & 0 deletions RELEASING.md
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 removed com.haarman.listviewanimations-2.6.0.jar
Binary file not shown.

0 comments on commit e9d0a90

Please sign in to comment.