Skip to content

Commit 8cd3319

Browse files
committed
Add documentation entry
1 parent e1ec836 commit 8cd3319

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/docs-contributing.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,23 @@ version `3.0.0` has not been published yet so version `3.0.0` can contain
5454
a mixture of additive and breaking changes from the last `2.x.x` version
5555
published.
5656

57+
#### Toggling development/relese versions automatically
58+
59+
Before making a release, you can set the release versions
60+
automatically by running the following command from the root of the
61+
repository
62+
63+
./scripts/release.sh set-release-versions
64+
65+
After the release is complete, you can set the development versions
66+
automatically by running the following command from the root of the
67+
repository
68+
69+
./scripts/release.sh set-dev-versions
70+
71+
Note that the previous script requires having
72+
[`jq`](https://github.com/jqlang/jq) installed.
73+
5774
## Web platform tests (WPT)
5875

5976
We run a subset of the web platform test suite during continuous integration. We

0 commit comments

Comments
 (0)