@nemoobc/opencode-termux 1.20.5 → 1.20.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -281,6 +281,19 @@ ls -la dist/
|
|
|
281
281
|
|
|
282
282
|
**Skema versi:** `paket.opencodeUpstream.patch` — contoh: `1.20.3` (paket v1.20, upstream opencode-ai 1.18.23, patch 3)
|
|
283
283
|
|
|
284
|
+
### 🔄 Alur Rilis Otomatis (kendali tunggal: `sync-upstream`)
|
|
285
|
+
|
|
286
|
+
Satu-satunya mekanisme yang menaikkan versi & menerbitkan rilis adalah workflow **`sync-upstream`** (otomatis tiap 6 jam + bisa manual via `workflow_dispatch`):
|
|
287
|
+
|
|
288
|
+
1. Cek versi terbaru **`opencode-ai`** di npm.
|
|
289
|
+
2. Berbeda dari `opencodeUpstream`? → naikkan `opencodeUpstream` + versi paket, commit + tag `vX.Y.Z`.
|
|
290
|
+
3. **Publish ke npm** `@nemoobc/opencode-termux`.
|
|
291
|
+
4. Dispatch workflow **`release`** → build 6 artefak + unggah ke GitHub Releases.
|
|
292
|
+
|
|
293
|
+
Rilis manual (mis. commit fitur/perbaikan): naikkan versi di `package.json` → tag `vX.Y.Z` → push tag → workflow `release` otomatis build + GitHub release.
|
|
294
|
+
|
|
295
|
+
> **Catatan:** `release-please` sengaja dinonaktifkan otomatis (hanya `workflow_dispatch`) untuk menghindari dua mekanisme bump versi yang bisa bentrok. Publish npm **tidak** dilakukan di workflow `release` — itu tugas `sync-upstream`, agar versi tidak ter-publish dua kali (double-publish).
|
|
296
|
+
|
|
284
297
|
---
|
|
285
298
|
|
|
286
299
|
## 🤝 **Kontribusi**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nemoobc/opencode-termux",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.6",
|
|
4
4
|
"description": "opencode CLI native untuk Termux/Android tanpa proot \u2014 membundel loader musl + binary opencode resmi (upstream opencode-ai)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"typescript": "^5.9.3",
|
|
42
42
|
"tsx": "^4.19.0"
|
|
43
43
|
},
|
|
44
|
-
"opencodeUpstream": "1.18.
|
|
44
|
+
"opencodeUpstream": "1.18.26",
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
47
47
|
"url": "git+https://github.com/nemoobc/opencode-termux.git"
|