diff --git a/README.md b/README.md index 9e18172..d8611ac 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,14 @@ version.buildmeta=beta version.semver=1.0.0-beta ``` +The full semantic version can also be specified via the `semver` property: + +```ini +./gradlew -Dversion.semver=1.0.0-beta ... +``` + +If a version cannot be parsed your build will **fail**. + ## Configuration ### Version File Properties