Skip to content

Commit

Permalink
Prepare for release 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tasomaniac committed Nov 5, 2015
1 parent 3dfb9f6 commit 6d586c3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
Change Log
==========

Version 0.1 *(2015-11-05)*
----------------------------

Initial version.
13 changes: 13 additions & 0 deletions RELEASING.md
@@ -0,0 +1,13 @@
Releasing
========

1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
2. Update the `CHANGELOG.md` for the impending release.
3. Update the `README.md` with the new version.
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
5. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
6. `./gradlew clean uploadArchives`
7. Update the `gradle.properties` to the next SNAPSHOT version.
8. `git commit -am "Prepare next development version."`
9. `git push && git push --tags`
10. Visit [Sonatype Nexus](https://oss.sonatype.org/) and promote the artifact.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.tasomaniac
VERSION_NAME=0.1-SNAPSHOT
VERSION_NAME=0.1

POM_DESCRIPTION=An AutoCompleteTextView with builtin Adapter with the emails in the device.

Expand Down

0 comments on commit 6d586c3

Please sign in to comment.