From 96985f3158e144cdcc3e264a2abbaa8868dbc729 Mon Sep 17 00:00:00 2001 From: Shuhei Takahashi Date: Tue, 1 Apr 2025 10:39:17 +0900 Subject: [PATCH] docs: Mention the versioning scheme --- README.md | 9 +++++++++ vscode-gn/README.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 2c474d6..03add7a 100644 --- a/README.md +++ b/README.md @@ -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..x` +- Release versions are `1..x` + ## Disclaimer This is not an officially supported Google product. This project is not diff --git a/vscode-gn/README.md b/vscode-gn/README.md index 1adb431..028ae5f 100644 --- a/vscode-gn/README.md +++ b/vscode-gn/README.md @@ -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..x` +- Release versions are `1..x` + ## Disclaimer This is not an officially supported Google product. This project is not