Skip to content

Commit

Permalink
Prepare for release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neonailol committed Jan 21, 2018
1 parent 5c884ad commit 9ae5df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ merge:
release:
script: |-
[[ "${tag}" =~ ^[0-9]+(\.[0-9]+)*$ ]] || exit -1
git submodules init
git submodules update
git submodule init
git submodule update
git tag "${tag}"
./gradlew clean build check test

0 comments on commit 9ae5df9

Please sign in to comment.