docs: Mention the versioning scheme

This commit is contained in:
Shuhei Takahashi 2025-04-01 10:39:17 +09:00
parent 7a3610171f
commit 96985f3158
2 changed files with 18 additions and 0 deletions

View file

@ -92,6 +92,15 @@ npm run build
npm run package
```
## Versioning scheme
We use the versioning scheme recommended by the
[VSCode's official documentation](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions).
That is:
- Pre-release versions are `1.<odd>.x`
- Release versions are `1.<even>.x`
## Disclaimer
This is not an officially supported Google product. This project is not

View file

@ -56,6 +56,15 @@ the build configuration language used for Chromium.
![Code folding](/docs/screenshots/code_folding.png)
## Versioning scheme
We use the versioning scheme recommended by the
[VSCode's official documentation](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions).
That is:
- Pre-release versions are `1.<odd>.x`
- Release versions are `1.<even>.x`
## Disclaimer
This is not an officially supported Google product. This project is not