Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev/release/02-source.sh
Original file line numberDiff line numberDiff line change
Expand Up@@ -112,7 +112,7 @@ echo "dev@arrow.apache.org mailing list"
echo ""
echo "---------------------------------------------------------"
jira_url="https://issues.apache.org/jira"
jql="project%20%3D%20ARROW%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%20${version}"
jql="project%20%3D%20ARROW%20AND%20status%20in%20%28Resolved%2C%20Closed%29%20AND%20fixVersion%20%3D%20${version}"
n_resolved_issues=$(curl "${jira_url}/rest/api/2/search/?jql=${jql}" | jq ".total")
cat <<MAIL
To: dev@arrow.apache.org
Expand DownExpand Up@@ -147,7 +147,7 @@ The vote will be open for at least 72 hours.
[5]: https://bintray.com/apache/arrow/debian-rc/${version}-rc${rc}
[6]: https://bintray.com/apache/arrow/python-rc/${version}-rc${rc}
[7]: https://bintray.com/apache/arrow/ubuntu-rc/${version}-rc${rc}
[8]: https://github.com/apache/arrow/blob/${release_hash}/CANGELOG.md
[8]: https://github.com/apache/arrow/blob/${release_hash}/CHANGELOG.md
[9]: https://cwiki.apache.org/confluence/display/ARROW/How+to+Verify+Release+Candidates
MAIL
echo "---------------------------------------------------------"