Skip to content

Commit 768c63f

Browse files
authoredNov 6, 2024
Set NPM package version to next unreleased dev version (#2109)
1 parent 68aa7b3 commit 768c63f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ For the full list of changes, see the [0.11.0] release notes.
4545
- When a section's sidebar entries are truncated because there are more than
4646
[params.ui.sidebar_menu_truncate] section entries, a warning is issued.
4747

48-
[0.11.0]: https://github.com/google/docsy/releases/latest?FIXME=v0.X.Y
48+
[0.11.0]: https://github.com/google/docsy/releases/v0.11.0
4949
[bs-rtl]: https://getbootstrap.com/docs/5.3/getting-started/rtl/
5050
[Adding a community page]:
5151
https://www.docsy.dev/docs/adding-content/content/#adding-a-community-page

‎CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ least one downstream project, then perform the following actions before any
118118
further changes are merged into the default branch:
119119

120120
1. Set `version` in [package.json](package.json) to the next planned (or the
121-
next dot) release with a dev suffix, such as `v0.X.Z-dev.0-unreleased`.
121+
next dot) release with a dev suffix, such as `v0.X.Z-dev-unreleased`.
122122
2. In the [CHANGELOG]:
123123
- **Create a new entry** for the next release by copying the ENTRY TEMPLATE
124124
at the end of the file.
125125
- **Pin the 0.X.Y release URL**, which ends with `latest?FIXME=...`, to the
126126
v0.X.Y release at `https://github.com/google/docsy/releases/v0.x.y`.
127127
3. **Submit a PR with your changes**, using a title like "Set NPM package
128-
version to next unreleased dev vers".
128+
version to next unreleased dev version".
129129
4. **Get PR approved and merged**.
130130

131131
[CHANGELOG]: CHANGELOG.md

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docsy",
3-
"version": "0.11.0",
4-
"version.next": "0.11.1-dev.0-unreleased",
3+
"version": "0.11.1-dev-unreleased",
4+
"version.next": "0.12.0-dev-unreleased",
55
"repository": "github:google/docsy",
66
"homepage": "https://www.docsy.dev",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)