Skip to content

Commit

Permalink
MINOR: [Doc][Release] Update wrong reference from JIRA to GitHub issu…
Browse files Browse the repository at this point in the history
…es (#36989)

### Rationale for this change

Some stray doc references from the JIRA to GitHub migration.

### What changes are included in this PR?

A couple of docs changes on the mail and the Archery release curate report.

### Are these changes tested?

Yes

### Are there any user-facing changes?

No

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
raulcd authored Aug 2, 2023
1 parent 3501964 commit 0de6673
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 0de6673

Please sign in to comment.