You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,13 @@ npm run build
92
92
93
93
This creates optimized bundles in `build/` and packages the extension as a `.zip` file in `release/`. The packaging process is handled by `package.ts` and reads the version from `src/manifest.json`.
94
94
95
-
**Note on versioning**
95
+
The version in `package.json` is copied to the extension's `manifest.json` when the extension is built.
96
96
97
-
The version number in `package.json` is copied to the extension's `manifest.json` when the extension is built.
97
+
## Versions and tag names
98
+
99
+
The **version** must follow the structure: `<MAJOR VER>.<MINOR VER>.<PATCH VER>`.
100
+
101
+
The **tag name** for a release must follow the structure: `v<VERSION>`.
0 commit comments