Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions devlog/2026-08-06_promote-stable-v1.14.13/REQ.md
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 10 additions & 0 deletions devlog/2026-08-06_promote-stable-v1.14.13/WORKLOG.md
Original file line number Diff line number Diff line change
@@ -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
```
Loading