From 77dad26c5e4d9114a8adea1a6307fcd8aa16ad88 Mon Sep 17 00:00:00 2001 From: ranxianglei Date: Fri, 7 Aug 2026 10:12:01 +0800 Subject: [PATCH] promote: stable v1.14.13 --- devlog/2026-08-06_promote-stable-v1.14.13/REQ.md | 11 +++++++++++ devlog/2026-08-06_promote-stable-v1.14.13/WORKLOG.md | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 devlog/2026-08-06_promote-stable-v1.14.13/REQ.md create mode 100644 devlog/2026-08-06_promote-stable-v1.14.13/WORKLOG.md diff --git a/devlog/2026-08-06_promote-stable-v1.14.13/REQ.md b/devlog/2026-08-06_promote-stable-v1.14.13/REQ.md new file mode 100644 index 0000000..c7463b1 --- /dev/null +++ b/devlog/2026-08-06_promote-stable-v1.14.13/REQ.md @@ -0,0 +1,11 @@ +# REQ — Promote Stable v1.14.13 + +## Purpose + +Sync the `stable` npm dist-tag to v1.14.13 (currently at 1.14.12). + +The `latest` tag is already at v1.14.13 (published via PR #282). This PR updates the `stable` tag so users on `opencode-acp@stable` get v1.14.13. + +## No code changes + +This is a tag-only release. No version bump, no changelog changes. diff --git a/devlog/2026-08-06_promote-stable-v1.14.13/WORKLOG.md b/devlog/2026-08-06_promote-stable-v1.14.13/WORKLOG.md new file mode 100644 index 0000000..da58498 --- /dev/null +++ b/devlog/2026-08-06_promote-stable-v1.14.13/WORKLOG.md @@ -0,0 +1,10 @@ +# WORKLOG — Promote Stable v1.14.13 + +## Changes + +No code changes. Tag-only release to sync `stable` dist-tag to v1.14.13. + +CI workflow detects the branch name `promote-stable-v1.14.13` and runs: +```bash +npm dist-tag add opencode-acp@1.14.13 stable +```