Skip to content

Commit 12b7715

Browse files
committed
feat: Add release status badges and document release channels in README
1 parent 83cee76 commit 12b7715

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
<img src="images/icon.png" alt="Copilot Cockpit icon" width="128">
44
</p>
55
<h1 align="center">Copilot Cockpit</h1>
6+
7+
<p align="center">
8+
<a href="https://github.com/goodguy1963/Copilot-Cockpit/actions/workflows/release.yml">
9+
<img src="https://github.com/goodguy1963/Copilot-Cockpit/actions/workflows/release.yml/badge.svg" alt="Release workflow status">
10+
</a>
11+
<a href="https://github.com/goodguy1963/Copilot-Cockpit/releases/latest">
12+
<img src="https://img.shields.io/github/v/release/goodguy1963/Copilot-Cockpit?display_name=tag&label=stable" alt="Latest stable release">
13+
</a>
14+
<a href="https://github.com/goodguy1963/Copilot-Cockpit/releases/tag/edge">
15+
<img src="https://img.shields.io/github/v/release/goodguy1963/Copilot-Cockpit?filter=edge&include_prereleases&label=edge" alt="Latest edge prerelease">
16+
</a>
17+
</p>
618
<!-- markdownlint-enable MD033 MD041 -->
719

820
Copilot Cockpit helps you plan AI work, approve it, and then run it with visible checkpoints instead of handing your repo to a blind autonomous loop.
@@ -166,6 +178,12 @@ The point is not to overclaim autonomy. The point is to show recurring, inspecta
166178
5. Use `Tasks` for one execution unit, `Jobs` for multi-step flows, and `Research` for benchmark-driven iteration.
167179
6. Open `Settings` to configure repo-local defaults, MCP, Copilot skills, and Codex support files.
168180

181+
## 🚦 Release Channels
182+
183+
- `edge` is the rolling prerelease channel. Every push to `main` validates the build on GitHub, packages a VSIX, and updates the `edge` GitHub prerelease.
184+
- Stable releases stay tag-based. Push a version tag such as `v1.1.150` when you want a durable release entry instead of the rolling preview channel.
185+
- The local VSIX install flow is still useful for immediate testing in your own editor, but GitHub now builds the release artifacts automatically.
186+
169187
## 📚 Documentation
170188

171189
Detailed documentation lives under [docs/index.md](docs/index.md).

0 commit comments

Comments
 (0)