Added command line info.
This commit is contained in:
parent
8b0108ba96
commit
e17feafd90
1 changed files with 8 additions and 0 deletions
|
@ -102,6 +102,14 @@ Version: 1.0.16-beta+002
|
|||
|
||||
- __Examples__: [Java](https://github.com/ethauvin/semver-gradle/tree/master/examples/java), [Kotlin](https://github.com/ethauvin/semver-gradle/tree/master/examples/kotlin)
|
||||
|
||||
## Command Line
|
||||
|
||||
The `major`, `minor`, `patch`, `prerelease` and `buildmeta` versions can also be set via the command line:
|
||||
|
||||
```bash
|
||||
./gradlew -Dversion.prerelease=beta ...
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
### Version File Properties
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue