Skip to content

Commit

Permalink
Update path to config in release steps (#2041)
Browse files Browse the repository at this point in the history
* Update path to config in release steps

* changelog
  • Loading branch information
turt2live authored Dec 23, 2024
1 parent 2df3f7a commit baa60bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changelogs/internal/newsfragments/2041.clarification
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update release steps documentation.
4 changes: 2 additions & 2 deletions meta/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Assuming the preparation work is complete, all that remains is the actual specif
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
[params.version]
status = "stable"
Expand Down Expand Up @@ -95,7 +95,7 @@ release.
* 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
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
[params.version]
status = "unstable"
Expand Down

0 comments on commit baa60bf

Please sign in to comment.