Update path to config in release steps

This commit is contained in:
Travis Ralston 2024-12-19 14:18:35 -07:00
parent 1d98e96300
commit de6b531ddd

View file

@ -62,7 +62,7 @@ Assuming the preparation work is complete, all that remains is the actual specif
release. release.
1. Create a `release/v1.2` branch where `v1.2` is the version you're about to release. 1. Create a `release/v1.2` branch where `v1.2` is the version you're about to release.
2. Update the `params.version` section of `config.toml` to use the following template: 2. Update the `params.version` section of `./config/_default/hugo.toml` to use the following template:
```toml ```toml
[params.version] [params.version]
status = "stable" status = "stable"
@ -95,7 +95,7 @@ release.
* Upload the artifacts of the GitHub Actions build for the release to the GitHub * Upload the artifacts of the GitHub Actions build for the release to the GitHub
release as artifacts themselves. This should be the tarball that will be deployed release as artifacts themselves. This should be the tarball that will be deployed
to spec.matrix.org. to spec.matrix.org.
10. Commit a reversion to `params.version` of `config.toml` on `main`: 10. Commit a reversion to `params.version` of `./config/_default/hugo.toml` on `main`:
```toml ```toml
[params.version] [params.version]
status = "unstable" status = "unstable"