Skip to content

Commit 779d947

Browse files
authored
Update README.md
1 parent 335d5d2 commit 779d947

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ gitVersioning.apply(closureOf<GitVersioningPluginConfig> {
201201
- `${commit.timestamp.hour}`
202202
- The `HEAD` commit hour of day (24h)
203203
- e.g. '01'
204-
- `${commit.timestamp.minutes}`
205-
- The `HEAD` commit minutes of hour
204+
- `${commit.timestamp.minute}`
205+
- The `HEAD` commit minute of hour
206206
- e.g. '01'
207-
- `${commit.timestamp.seconds}`
208-
- The `HEAD` commit seconds of minute
207+
- `${commit.timestamp.second}`
208+
- The `HEAD` commit second of minute
209209
- e.g. '01'
210210
- `${commit.timestamp.datetime}`
211211
- The `HEAD` commit timestamp formatted as `yyyyMMdd.HHmmss`

0 commit comments

Comments
 (0)