Skip to content

Commit

Permalink
Set NPM package version to next unreleased dev version (#2109)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Nov 6, 2024
1 parent 68aa7b3 commit 768c63f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For the full list of changes, see the [0.11.0] release notes.
- When a section's sidebar entries are truncated because there are more than
[params.ui.sidebar_menu_truncate] section entries, a warning is issued.

[0.11.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
[0.11.0]: https://github.com/google/docsy/releases/v0.11.0
[bs-rtl]: https://getbootstrap.com/docs/5.3/getting-started/rtl/
[Adding a community page]:
https://www.docsy.dev/docs/adding-content/content/#adding-a-community-page
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ least one downstream project, then perform the following actions before any
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`.
next dot) release with a dev suffix, such as `v0.X.Z-dev-unreleased`.
2. In the [CHANGELOG]:
- **Create a new entry** for the next release by copying the ENTRY TEMPLATE
at the end of the file.
- **Pin the 0.X.Y release URL**, which ends with `latest?FIXME=...`, to the
v0.X.Y release at `https://github.com/google/docsy/releases/v0.x.y`.
3. **Submit a PR with your changes**, using a title like "Set NPM package
version to next unreleased dev vers".
version to next unreleased dev version".
4. **Get PR approved and merged**.

[CHANGELOG]: CHANGELOG.md
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docsy",
"version": "0.11.0",
"version.next": "0.11.1-dev.0-unreleased",
"version": "0.11.1-dev-unreleased",
"version.next": "0.12.0-dev-unreleased",
"repository": "github:google/docsy",
"homepage": "https://www.docsy.dev",
"license": "Apache-2.0",
Expand Down

0 comments on commit 768c63f

Please sign in to comment.