mirror of
https://github.com/google/gn-language-server.git
synced 2025-12-23 12:26:43 +00:00
docs: Mention the versioning scheme
This commit is contained in:
parent
7a3610171f
commit
96985f3158
2 changed files with 18 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -56,6 +56,15 @@ the build configuration language used for Chromium.
|
|||
|
||||

|
||||
|
||||
## 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue