File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,23 @@ version `3.0.0` has not been published yet so version `3.0.0` can contain
5454a mixture of additive and breaking changes from the last ` 2.x.x ` version
5555published.
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
5976We run a subset of the web platform test suite during continuous integration. We
You can’t perform that action at this time.
0 commit comments