From fd8fba73e557d53d052246ba9ba1124a43d3eb02 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 05:04:41 +0000 Subject: [PATCH 1/2] Initial plan From 0303e175422bccaf137b04c7ce3255b2d78c6dbb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 11 May 2026 05:09:14 +0000 Subject: [PATCH 2/2] Add Copilot release instructions for version bump process Agent-Logs-Url: https://github.com/nevware21/chromacon/sessions/5e67759a-603a-4559-a997-6a66b5a0899f Co-authored-by: nev21 <82737406+nev21@users.noreply.github.com> --- .github/copilot-instructions.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..18f2e6c --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,26 @@ +# Copilot Instructions + +## Release update requirements + +When preparing a release PR / commit, always follow the established repository pattern: + +1. The release commit message must be exactly in this format: + - `[Release] Increase version to xxx` +2. Update all required version files: + - `/package.json` + - `/core/package.json` +3. Update `/README.md`: + - Bump the **Recommended Version Specification** to the new release version. +4. Update `/CHANGELIST.md`: + - Include only significant changes in the versioned section. + - Include a **Full Changelog** comparison link for the release. + - If there are `# Unreleased` items, preserve them as-is and do not remove or reduce them when creating the new version section. + +## Verified release pattern in this repository + +Recent release commits follow this approach and include these files: + +- `[Release] Increase version to 0.1.4` (`f3c204d`) +- `[Release] Increase version to 0.1.3` (`d9340b7`) + +These release commits updated release metadata including `CHANGELIST.md`, `README.md`, and package version files.