From a9c3547f8f57d9af5d43584a1da26949e665948e Mon Sep 17 00:00:00 2001 From: Brady Planden Date: Mon, 8 Jul 2024 11:10:41 +0100 Subject: [PATCH] update release_worklfow.md for docs version switcher --- .github/release_workflow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/release_workflow.md b/.github/release_workflow.md index a655f9fe..97fc65d6 100644 --- a/.github/release_workflow.md +++ b/.github/release_workflow.md @@ -11,6 +11,7 @@ To create a new release, follow these steps: - Increment the following; - The version number in the `pyproject.toml` and `CITATION.cff` files following CalVer versioning. - The`CHANGELOG.md` version with the changes for the new version. + - Add a new entry for the documentation site version switcher located at `docs/_static/switcher.json` - Open a PR to the `main` branch. Once the PR is merged, proceed to the next step. 2. **Tag the Release:**