This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
The following commit(s) were added to refs/heads/main by this push:
new 2226dc2 chore: Remove needless version in release document (#171)
2226dc2 is described below
commit 2226dc206729824fbe05e51da723e5ba217ade50
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Jun 23 14:37:03 2025 +0900
chore: Remove needless version in release document (#171)
## What's Changed
We don't need to specify version to `dev/release/release.sh` because
version is retrieved from `package.json` automatically.
---
dev/release/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index 6714c21..764ca29 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -128,10 +128,10 @@ Run `dev/release/release.sh` on a working copy of
archive to apache.org:
```console
-$ dev/release/release.sh ${VERSION} ${RC}
+$ dev/release/release.sh ${RC}
```
-Here is an example to release 20.0.0 RC1:
+Here is an example to release RC1:
```console
$ dev/release/release.sh 1