mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
Remove release_date from Hugo config
It seems unnecessary because it is not used anywhere. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
2df3f7a7bf
commit
fe09357ee6
|
|
@ -68,7 +68,6 @@ current_version_url = "https://spec.matrix.org/latest"
|
||||||
# of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created.
|
# of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created.
|
||||||
# major = "1"
|
# major = "1"
|
||||||
# minor = "13"
|
# minor = "13"
|
||||||
# release_date = "December 19, 2024"
|
|
||||||
|
|
||||||
# User interface configuration
|
# User interface configuration
|
||||||
[params.ui]
|
[params.ui]
|
||||||
|
|
|
||||||
|
|
@ -72,9 +72,6 @@ release.
|
||||||
# and `minor = "2"`
|
# and `minor = "2"`
|
||||||
major = "1"
|
major = "1"
|
||||||
minor = "2"
|
minor = "2"
|
||||||
|
|
||||||
# Today's date. Please use the format implied here for consistency.
|
|
||||||
release_date = "October 01, 2021"
|
|
||||||
```
|
```
|
||||||
3. Commit the changes.
|
3. Commit the changes.
|
||||||
4. Generate the changelog.
|
4. Generate the changelog.
|
||||||
|
|
@ -102,7 +99,6 @@ release.
|
||||||
current_version_url = "https://spec.matrix.org/latest"
|
current_version_url = "https://spec.matrix.org/latest"
|
||||||
# major = "1"
|
# major = "1"
|
||||||
# minor = "2"
|
# minor = "2"
|
||||||
# release_date = "October 01, 2021"
|
|
||||||
```
|
```
|
||||||
11. Push pending commits and ensure the unstable spec updates accordingly from the
|
11. Push pending commits and ensure the unstable spec updates accordingly from the
|
||||||
GitHub Actions pipeline.
|
GitHub Actions pipeline.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue