Skip to content

Commit

Permalink
Release step uses github releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miro Bezjak committed Jul 4, 2013
1 parent 2a71a53 commit 6d30dfc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Release steps:

$ ./gradlew clean build

5. Upload `build/distributions/kin-$version.zip` to
`https://github.com/mbezjak/kin/downloads`

6. Git work:
5. Git work:

$ git tag --annotate $version
$ git push
$ git push --tags

6. Upload `build/distributions/kin-$version.zip` to
`https://github.com/mbezjak/kin/releases`

0 comments on commit 6d30dfc

Please sign in to comment.