Skip to content

Commit

Permalink
Readme - Add gradle version to Versioning info table
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelDuque committed Apr 21, 2020
1 parent 2d456b4 commit c3566a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Property | Description | Git: `master` | Git: `feature/great` | Git: `release/2.
`build` | Short commit/revision indicator, suitable for a build number | `09ef629` | `09ef629` | `09ef629`
`full` | Branch ID and build | `master-09ef629` | `feature-great-09ef629` | `release-2.0-09ef629`
`base` | Base version for the display version | `` | `great` | `2.0`
`gradle` | Project's version | | |
`display` | Display version | `master` | `great` | `2.0.0`, `2.0.1`, ...
`tag` (1) | Current tag | (2) | (2) | (2)
`lastTag` (1) | Last tag | (4) | (4) | (4)
Expand Down Expand Up @@ -212,8 +213,6 @@ versionFile {
}
```

In addition to the versioning information, `versionDisplay` and `versionFile` commands also display the `version gradle`, which represents the current version of the project.

## Customisation

The collection of the versioning info can be customised by setting some properties in the `versioning` extension.
Expand Down

0 comments on commit c3566a7

Please sign in to comment.