This is an automated email from the ASF dual-hosted git repository.
quinnj 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 8aed969 release: Add how to register ArrowTypes to the Julia General
Registry (#451)
8aed969 is described below
commit 8aed96998ace1010580a74d03222770140acd579
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Jun 6 12:36:59 2023 +0900
release: Add how to register ArrowTypes to the Julia General Registry (#451)
fixes #450
---
dev/release/README.md | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/dev/release/README.md b/dev/release/README.md
index e4dab13..0ed3d9b 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -91,10 +91,18 @@ Add the release to ASF's report database via [Apache
Committee Report Helper](ht
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()`
+```markdown
+@JuliaRegistrator register
+```
JuliaRegistrator will respond saying it has opened a pull request to the
General registry and under normal circumstances, will be merged automatically.
+If ArrowTypes is also registered, we also need to post a comment on the commit
with the following:
+
+```markdown
+@JuliaRegistrator register subdir=src/ArrowTypes
+```
+
### Verify
We have a script to verify a RC.