mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 21:14:09 +01:00
Hugo wants dates to be in ISO format
This commit is contained in:
parent
46596d750a
commit
7dd2a985f7
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: 1636416000
|
||||
date: 2021-11-09T00:00:00+0000
|
||||
---
|
||||
<!--
|
||||
This is a header file for the generated changelog.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: 1643760000
|
||||
date: 2022-02-02T00:00:00+0000
|
||||
---
|
||||
<!--
|
||||
This is a header file for the generated changelog.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: 1655247600
|
||||
date: 2022-06-15T00:00:00+0100
|
||||
---
|
||||
<!--
|
||||
This is a header file for the generated changelog.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: 1664406000
|
||||
date: 2022-09-29T00:00:00+0100
|
||||
---
|
||||
<!--
|
||||
This is a header file for the generated changelog.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ towncrier --name "Client-Server API" --dir "./client_server" --config "./pyproje
|
|||
# to sort the changelogs at build time.
|
||||
cat <<EOF
|
||||
---
|
||||
date: $(date +%s)
|
||||
date: $(date -Iseconds)
|
||||
---
|
||||
EOF
|
||||
if [ "$VERSION" = "vUNSTABLE" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue