mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Separate title and linkTitle
This commit is contained in:
parent
45e47e91a0
commit
ff14641d0c
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.1
|
title: v1.1 Changelog
|
||||||
|
linkTitle: v1.1
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.10
|
title: v1.10 Changelog
|
||||||
|
linkTitle: v1.10
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.11
|
title: v1.11 Changelog
|
||||||
|
linkTitle: v1.11
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.2
|
title: v1.2 Changelog
|
||||||
|
linkTitle: v1.2
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.3
|
title: v1.3 Changelog
|
||||||
|
linkTitle: v1.3
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.4
|
title: v1.4 Changelog
|
||||||
|
linkTitle: v1.4
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.5
|
title: v1.5 Changelog
|
||||||
|
linkTitle: v1.5
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.6
|
title: v1.6 Changelog
|
||||||
|
linkTitle: v1.6
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.7
|
title: v1.7 Changelog
|
||||||
|
linkTitle: v1.7
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.8
|
title: v1.8 Changelog
|
||||||
|
linkTitle: v1.8
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: v1.9
|
title: v1.9 Changelog
|
||||||
|
linkTitle: v1.9
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,8 @@ towncrier --yes
|
||||||
# to sort the changelogs at build time.
|
# to sort the changelogs at build time.
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
---
|
---
|
||||||
title: $VERSION
|
title: $VERSION Changelog
|
||||||
|
linkTitle: $VERSION
|
||||||
type: docs
|
type: docs
|
||||||
outputs:
|
outputs:
|
||||||
- html
|
- html
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue