Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.9.1 preparation #1867

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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