From 1438a4d41f092cad6d35a7a0eab3567758c11a2a Mon Sep 17 00:00:00 2001 From: MacBook Date: Fri, 1 May 2026 06:10:25 +0200 Subject: [PATCH] docs: add release tag 'v' prefix requirement to AI_INIT.md --- AI_INIT.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AI_INIT.md b/AI_INIT.md index 8527644..aed0b94 100644 --- a/AI_INIT.md +++ b/AI_INIT.md @@ -83,6 +83,11 @@ The following features are critical and must not be removed or fundamentally alt ## 8. Common Workflows +### Releasing a New Version +1. Ensure all code is committed to the `main` branch. +2. Create and push a new tag. **MANDATORY**: Tags MUST start with a `v` (e.g., `v1.3.1`). The GitHub Actions release workflow is strictly configured to ignore any tags without the `v` prefix. +3. Verify the release builds on GitHub Actions. + ### Adding a Protocol Event 1. Add the event name to `shared/constants.js`. 2. Run the build script (`node scripts/build-extension.js`).