Skip to content

Commit

Permalink
configure rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
RoRoche committed May 2, 2020
1 parent 70eee83 commit 001d5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ decrypt:
secring.gpg: "repo/secring.gpg.asc"
release:
script: |
git commit -am --allow-empty ${tag}
git commit --allow-empty -am "${tag}"
./gradlew -PnewVersion="${tag}" eoandroidconcurrency:clean
./gradlew -PnewVersion="${tag}" eoandroidconcurrency:assemble
./gradlew -PnewVersion="${tag}" eoandroidconcurrency:publishReleasePublicationToSonatypeRepository
Expand Down

0 comments on commit 001d5a5

Please sign in to comment.