From bcddaa449603338ab21609373c3416af3fae21ec Mon Sep 17 00:00:00 2001 From: qsq8t65pxs <283105021+qsq8t65pxs@users.noreply.github.com> Date: Wed, 13 May 2026 03:01:09 +0800 Subject: [PATCH 1/2] docs: update stale release publishing note --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 47d84cd9b..c29e9b89a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -26,4 +26,4 @@ $ git tag 0.1.20 $ git push --tags ``` -The `0.1.20` tag on GitHub will cause the artifacts to be uploaded to crates.io, pypi.org and npmjs.com. +The GitHub tag will trigger the official publication workflows for crates.io and PyPI. From f0760190e58ae77ea8734f448562dac0e1bfee27 Mon Sep 17 00:00:00 2001 From: qsq8t65pxs <283105021+qsq8t65pxs@users.noreply.github.com> Date: Wed, 13 May 2026 03:23:25 +0800 Subject: [PATCH 2/2] docs: small wording cleanup in release note --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index c29e9b89a..3b1b3dfca 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -26,4 +26,4 @@ $ git tag 0.1.20 $ git push --tags ``` -The GitHub tag will trigger the official publication workflows for crates.io and PyPI. +The Git tag will trigger the official publication workflows for crates.io and PyPI.