Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
update release test script
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Feb 1, 2020
1 parent efe05ae commit 31c894b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/release/00-prepare-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,9 @@ def test_version_post_tag
["-arrow = { path = \"../arrow\", version = \"#{@release_version}\" }",
"-parquet = { path = \"../parquet\", version = \"#{@release_version}\" }",
"+arrow = { path = \"../arrow\", version = \"#{@next_snapshot_version}\" }",
"+parquet = { path = \"../parquet\", version = \"#{@next_snapshot_version}\" }"]
"+parquet = { path = \"../parquet\", version = \"#{@next_snapshot_version}\" }"],
["-arrow-flight = { path = \"../arrow-flight\", version = \"#{@release_version}\" }",
"+arrow-flight = { path = \"../arrow-flight\", version = \"#{@next_snapshot_version}\" }"]
],
},
{
Expand Down

0 comments on commit 31c894b

Please sign in to comment.