From 6195793c0f576b7d5c9c52537668e3c7d9d89458 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Sat, 17 Feb 2024 14:06:48 -0500 Subject: [PATCH] Release v0.9.1 preparation (#1867) --- CHANGELOG.md | 8 +++++++- CONTRIBUTING.md | 6 ++++++ package.json | 2 +- userguide/hugo.yaml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad653924..14c29390f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Useful links: [releases]: https://github.com/google/docsy/releases [tags]: https://github.com/google/docsy/tags -## 0.9.1 or 0.10.0 +## 0.9.2 or 0.10.0 > ### UNRELEASED: this planned version is still under development @@ -34,6 +34,12 @@ For the full list of changes, see the [0.x.y] release notes. [0.x.y]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y +## 0.9.1 + +Patch release. For details, see [0.9.1]. + +[0.9.1]: https://github.com/google/docsy/releases/latest?FIXME=v0.9.1 + ## 0.9.0 For an introduction and commentary, see the [0.9.0 release report]. For the full diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3c143721c..f3ae5c4d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,6 +59,12 @@ repo. preparation". 6. **Test the PR** branch from selected sites, and push any required adjustments. + - If the test site uses Docsy as a Git submodule: + ```console + $ cd themes/docs + $ git fetch + $ git switch -t repo/branch-name # e.g. chalin/chalin-im-0.9.1-2024-02-16 + ``` 7. **Get PR approved and merged**. 8. **Pull in `main`** to get the last PR. 9. **Ensure** that you're: diff --git a/package.json b/package.json index 58630903d..57e20cb28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsy", - "version": "0.9.1-dev.0-unreleased", + "version": "0.9.1", "version.next": "0.9.2-dev.0-unreleased", "repository": "github:google/docsy", "homepage": "https://www.docsy.dev", diff --git a/userguide/hugo.yaml b/userguide/hugo.yaml index 3c78dbcc6..1a3f30e41 100644 --- a/userguide/hugo.yaml +++ b/userguide/hugo.yaml @@ -58,7 +58,7 @@ params: privacy_policy: https://policies.google.com/privacy version_menu: Releases archived_version: false - version: 0.9.0 + version: 0.9.1 url_latest_version: https://example.com github_repo: https://github.com/google/docsy github_project_repo: https://github.com/google/docsy