From ff6ab5b29af0ab20360695a3970fa72b4c6c4e0f Mon Sep 17 00:00:00 2001 From: Daryl Collins Date: Thu, 5 Mar 2026 01:11:44 +0000 Subject: [PATCH] docs: add direct links to Actions tab and release workflow --- docs/RELEASING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/RELEASING.md b/docs/RELEASING.md index 9bacfb2..8c63695 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -6,10 +6,9 @@ versioning, changelog generation, GitHub releases, and npm publishing. ## Triggering a release -1. Open the [repository page](https://github.com/0xPolygon/polygon-agent-cli) - in your browser -2. Click **Actions** (tab at the top) -3. Click **Publish / Release NPM Packages** (left sidebar) +1. Open the [**Actions** tab](https://github.com/0xPolygon/polygon-agent-cli/actions) +2. Click [**Publish / Release NPM Packages**](https://github.com/0xPolygon/polygon-agent-cli/actions/workflows/release.yml) + (left sidebar) 4. Click **Run workflow** (top-right button, next to "This workflow has a workflow\_dispatch event trigger") 5. Select the **channel**: `latest` (stable), `beta`, or `dev` (prerelease)