From af31951179c52f00dc9f19d2babd94198eee3412 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 29 Nov 2023 03:40:14 -0500 Subject: [PATCH] Release v0.8.0 preparation --- CHANGELOG.md | 8 ++------ CONTRIBUTING.md | 8 ++++---- package.json | 3 ++- userguide/hugo.yaml | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7b1fd7bf..546f52ebcb 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.8.0 - next major release (unpublished yet) +## 0.8.0 For the full list of changes, see the [release][0.8.0] notes. @@ -41,15 +41,11 @@ For the full list of changes, see the [release][0.8.0] notes. have been dropped. Instead use the more general SASS/SCSS list `join()` function ([#1385]). -**New**: - -**Other changes**: - [#1120]: https://github.com/google/docsy/issues/1120 [#1385]: https://github.com/google/docsy/issues/1385 [#1726]: https://github.com/google/docsy/pull/1726 [#1727]: https://github.com/google/docsy/pull/1727 -[0.8.0]: https://github.com/google/docsy/releases/v0.8.0/#FIXME +[0.8.0]: https://github.com/google/docsy/releases/latest?fixme=v0.8.0 [Docsy NPM install side-effect]: https://docsy.dev/docs/get-started/other-options/#docsy-npm-install-side-effect [Use Docsy as a Hugo Module]: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8862b6a5e3..44fd16502a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,8 @@ repo. 3. **Update Docsy version** to v0.X.Y for: - `version` key in [package.json](package.json) - `version` key in [userguide/hugo.yaml][] -4. Run `npm install` to have vendor assets and [go.mod](go.mod) updated. +4. Run `npm install` to have vendor assets and [go.mod](go.mod) updated for + dependencies. 5. **Submit a PR with your changes**, using a title like "Release v0.X.Y preparation". 6. **Get PR approved and merged**. @@ -111,10 +112,9 @@ further changes are merged into the default branch: 1. Set `version` in [package.json](package.json) to the next planned (or the next dot) release with a dev suffix, such as `v0.X.Z-dev.0-unreleased`. -2. (Optional) Run `hugo mod get`. -3. **Submit a PR with your changes**, using a title like "Set NPM package +2. **Submit a PR with your changes**, using a title like "Set NPM package version to next unreleased dev". -4. **Get PR approved and merged**. +3. **Get PR approved and merged**. [contribution guidelines]: https://www.docsy.dev/docs/contribution-guidelines/ [Draft a new release]: https://github.com/google/docsy/releases/new diff --git a/package.json b/package.json index 4a3a8d3916..60dcea64ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "docsy", - "version": "0.7.3-dev.0-unreleased", + "version": "0.8.0", + "version.next": "0.8.1-dev.0-unreleased", "repository": "github:google/docsy", "homepage": "https://www.docsy.dev", "license": "Apache-2.0", diff --git a/userguide/hugo.yaml b/userguide/hugo.yaml index 42178c3bfb..1a42d9c399 100644 --- a/userguide/hugo.yaml +++ b/userguide/hugo.yaml @@ -54,7 +54,7 @@ params: privacy_policy: https://policies.google.com/privacy version_menu: Releases archived_version: false - version: 0.7.2 + version: 0.8.0 url_latest_version: https://example.com github_repo: https://github.com/google/docsy github_project_repo: https://github.com/google/docsy