Skip to content

Commit 2509f92

Browse files
Yukaiicursoragent
andcommitted
chore(release): prepare v0.2.0 without darwin-x64 builds
Drop the stuck macOS Intel release target and document the supported binary matrix for the next tag. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 71e3058 commit 2509f92

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
artifact: codimd-cli-linux-arm64
2323
- os: macos-latest
2424
artifact: codimd-cli-darwin-arm64
25-
- os: macos-13
26-
artifact: codimd-cli-darwin-x64
2725
- os: windows-latest
2826
artifact: codimd-cli-windows-x64.exe
2927

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,16 @@ git push origin v0.1.0
133133

134134
Pre-releases use tags containing `-alpha`, `-beta`, `-rc`, or `-pre.` (for example `v0.2.0-beta.1`).
135135

136-
GitHub Actions builds standalone binaries for Linux, macOS, and Windows and attaches them to the release.
136+
GitHub Actions builds standalone binaries and attaches them to the release:
137+
138+
| Artifact | Platform |
139+
|----------|----------|
140+
| `codimd-cli-linux-x64` | Linux x64 |
141+
| `codimd-cli-linux-arm64` | Linux arm64 |
142+
| `codimd-cli-darwin-arm64` | macOS Apple Silicon |
143+
| `codimd-cli-windows-x64.exe` | Windows x64 |
144+
145+
Intel macOS (`darwin-x64`) is not published yet; build from source on those machines.
137146

138147
## Auth model
139148

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codimd-cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Command-line interface for self-hosted CodiMD instances (cookie session auth)",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)