This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new bfd7054c Add hint for finding the GPG key to use when publishing to
maven (#1093)
bfd7054c is described below
commit bfd7054c02950219561428463d3926afaf8edbba
Author: Andy Grove <[email protected]>
AuthorDate: Fri Nov 15 16:59:32 2024 -0700
Add hint for finding the GPG key to use when publishing to maven (#1093)
---
dev/release/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev/release/README.md b/dev/release/README.md
index fdf1065c..cd972aa1 100644
--- a/dev/release/README.md
+++ b/dev/release/README.md
@@ -172,6 +172,8 @@ Set up your development environment from here:
https://infra.apache.org/publishi
The script `publish-to-maven.sh` will publish the artifacts created by the
`build-release-comet.sh` script.
The artifacts will be signed using the gpg key of the release manager and
uploaded to the maven staging repository.
+Note that installed GPG keys can be listed with `gpg --list-keys`. The gpg key
is a 40 character hex string.
+
Note: This script needs `xmllint` to be installed. On MacOS xmllint is
available by default.
On Ubuntu `apt-get install -y libxml2-utils`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]