diff --git a/README.md b/README.md index 006fe44..ed0720e 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,30 @@ On failure. * @totallyunknown * @notandy * @lusis -* @sawanoboly \ No newline at end of file +* @sawanoboly + +# How to + +## Build + +Build the project with Gradle + + ./gradlew build + +## Test + +Test the project with Gradle + + ./gradlew check + +## Release + +Release the project. + + ./gradlew release + +## Version + +Get current version from axion-release plugin + + ./gradlew currentVersion