From 76dd6677047b569516c76c80c1f9ef68569f8d48 Mon Sep 17 00:00:00 2001 From: MengMengCode Date: Sun, 9 Aug 2026 15:21:16 +0800 Subject: [PATCH] Initial --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 312d577..424e7b7 100644 --- a/README.md +++ b/README.md @@ -240,18 +240,6 @@ git tag v0.2.0 git push origin v0.2.0 ``` -The local `release.py` helper is intentionally excluded from Git. It can build the same four binary targets locally and push the release tag: - -```bash -python release.py 0.2.0 -``` - -Local build without publishing: - -```bash -python release.py 0.2.0 --build-only -``` - ## Project layout ```text