You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/04/15 20:21:30 UTC

[arrow-julia] branch main updated: Add a missing release process to update ASF's report database (#318)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new bd872f4  Add a missing release process to update ASF's report database (#318)
bd872f4 is described below

commit bd872f47c99c2eee008b787d326b5c3632a34acc
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sat Apr 16 05:21:25 2022 +0900

    Add a missing release process to update ASF's report database (#318)
    
    fix #311
---
 dev/release/README.md  | 2 ++
 dev/release/release.sh | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/dev/release/README.md b/dev/release/README.md
index f8eed21..56aa001 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -87,6 +87,8 @@ Here is an example to release 2.2.1 RC1:
 $ dev/release/release.sh 2.2.1 1
 ```
 
+Add the release to ASF's report database via [Apache Committee Report Helper](https://reporter.apache.org/addrelease.html?arrow).
+
 To publish the release to the Julia General registry, navigate to the GitHub commit where the project version was incremented in the Project.toml file (step 2 above), then post a comment on the commit with the following:
 
 `@JuliaRegistrator register()`
diff --git a/dev/release/release.sh b/dev/release/release.sh
index 352f60d..b597962 100755
--- a/dev/release/release.sh
+++ b/dev/release/release.sh
@@ -68,3 +68,6 @@ done
 
 echo "Success! The release is available here:"
 echo "  https://dist.apache.org/repos/dist/release/arrow/${release_id}"
+echo
+echo "Add this release to ASF's report database:"
+echo "  https://reporter.apache.org/addrelease.html?arrow"