We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 335d5d2 commit 779d947Copy full SHA for 779d947
README.md
@@ -201,11 +201,11 @@ gitVersioning.apply(closureOf<GitVersioningPluginConfig> {
201
- `${commit.timestamp.hour}`
202
- The `HEAD` commit hour of day (24h)
203
- e.g. '01'
204
-- `${commit.timestamp.minutes}`
205
- - The `HEAD` commit minutes of hour
+- `${commit.timestamp.minute}`
+ - The `HEAD` commit minute of hour
206
207
-- `${commit.timestamp.seconds}`
208
- - The `HEAD` commit seconds of minute
+- `${commit.timestamp.second}`
+ - The `HEAD` commit second of minute
209
210
- `${commit.timestamp.datetime}`
211
- The `HEAD` commit timestamp formatted as `yyyyMMdd.HHmmss`
0 commit comments