Skip to content

Commit

Permalink
Release v0.9.1 preparation (#1867)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Feb 17, 2024
1 parent 3692cb8 commit 6195793
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion userguide/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6195793

Please sign in to comment.