Skip to content

Commit

Permalink
Fixed website and added new step for release process (tmp). (#3738)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Plotka <[email protected]>
  • Loading branch information
bwplotka authored Jan 22, 2021
1 parent 3626406 commit 4b49942
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ Release is happening on separate `release-<major>.<minor>` branch.
1. Note any changes in the changelog
1. If there were any changes then update the relevant alerting rules and/or dashboards since `thanos-mixin` is part of the repository now
1. Update website's [hugo.yaml](../website/hugo.yaml) to have correct links for new release (add `0.y.z: "/:sections/:filename.md"`).

1. Update tutorials:

1. Update the Thanos version used in the [tutorials](../tutorials) manifests.
Expand Down
10 changes: 9 additions & 1 deletion website/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,17 @@ staticDir: "static"

permalinks:
# Generate those for every file.
# TODO(bwplotka): Move to mdox + fixes to ensure we don't need to manually do this.
tip: "/:sections/:filename.md"
v0.16: "/:sections/:filename.md"
v0.18: "/:sections/:filename.md"
v0.17: "/:sections/:filename.md"
v0.16: "/:sections/:filename.md"
v0.15: "/:sections/:filename.md"
v0.14: "/:sections/:filename.md"
v0.13: "/:sections/:filename.md"
v0.12: "/:sections/:filename.md"
v0.11: "/:sections/:filename.md"
v0.10: "/:sections/:filename.md"

params:
SlackInvite: "https://slack.cncf.io"
Expand Down

0 comments on commit 4b49942

Please sign in to comment.