Skip to content

Commit

Permalink
Release v0.8.0 preparation (#1756)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Nov 29, 2023
1 parent c2efdd5 commit 6bb4f99
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
8 changes: 2 additions & 6 deletions 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.8.0 - next major release (unpublished yet)
## 0.8.0

For the full list of changes, see the [release][0.8.0] notes.

Expand All @@ -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]:
Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion userguide/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bb4f99

Please sign in to comment.