Skip to content

Commit

Permalink
MINOR: [Doc][Dev] Update wrong reference from JIRA to GitHub issues
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Aug 2, 2023
1 parent 836aa1e commit e7e1055
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/archery/archery/templates/release_curation.txt.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% for commit in noissue -%}
- {{ commit.url }} {{ commit.title }}
{% endfor %}
### JIRA issues in version {{ release.version }} without a linked patch: {{ nopatch|length }}
### GitHub issues in version {{ release.version }} without a linked patch: {{ nopatch|length }}
{% for issue in nopatch -%}
- https://github.com/apache/arrow/issues/{{ issue.key }}
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion dev/release/02-source-test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_vote
I would like to propose the following release candidate (RC0) of Apache
Arrow version #{@release_version}. This is a release consisting of #{n_resolved_issues}
resolved JIRA issues[1].
resolved GitHub issues[1].
This release candidate is based on commit:
#{@current_commit} [2]
Expand Down
2 changes: 1 addition & 1 deletion dev/release/02-source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Hi,
I would like to propose the following release candidate (RC${rc}) of Apache
Arrow version ${version}. This is a release consisting of ${n_resolved_issues}
resolved JIRA issues[1].
resolved GitHub issues[1].
This release candidate is based on commit:
${release_hash} [2]
Expand Down

0 comments on commit e7e1055

Please sign in to comment.