Skip to content

Commit 69b78f6

Browse files
authored
GH-46603: [JS][Release] Remove JavaScript related release code (#46604)
### Rationale for this change We have moved the JavaScript implementation to https://github.com/apache/arrow-js and we won't be releasing JavaScript as part of the main apache/arrow repository. ### What changes are included in this PR? Remove related release code from this repo and update release documentation. ### Are these changes tested? No ### Are there any user-facing changes? No * GitHub Issue: #46603 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 87a1ab4 commit 69b78f6

15 files changed

Lines changed: 20 additions & 177 deletions

dev/release/01-prepare-test.rb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,6 @@ def test_version_pre_tag
218218
]
219219
end
220220
expected_changes += [
221-
{
222-
path: "js/package.json",
223-
hunks: [
224-
["- \"version\": \"#{@snapshot_version}\"",
225-
"+ \"version\": \"#{@release_version}\""],
226-
],
227-
},
228221
{
229222
path: "matlab/CMakeLists.txt",
230223
hunks: [

dev/release/post-07-js.sh

Lines changed: 0 additions & 48 deletions
This file was deleted.
File renamed without changes.
Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ def bump_versions(*targets)
7373
case bump_type
7474
when :minor, :patch
7575
sh(env,
76-
"dev/release/post-12-bump-versions.sh",
76+
"dev/release/post-11-bump-versions.sh",
7777
released_version,
7878
@release_version)
7979
else
8080
sh(env,
81-
"dev/release/post-12-bump-versions.sh",
81+
"dev/release/post-11-bump-versions.sh",
8282
released_version,
8383
@next_version)
8484
end
@@ -248,13 +248,6 @@ def test_version_post_tag
248248
]
249249
end
250250
expected_changes += [
251-
{
252-
path: "js/package.json",
253-
hunks: [
254-
["- \"version\": \"#{@snapshot_version}\"",
255-
"+ \"version\": \"#{@next_snapshot_version}\""],
256-
],
257-
},
258251
{
259252
path: "matlab/CMakeLists.txt",
260253
hunks: [

0 commit comments

Comments
 (0)