We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406ffef commit bfd7054Copy full SHA for bfd7054
dev/release/README.md
@@ -172,6 +172,8 @@ Set up your development environment from here: https://infra.apache.org/publishi
172
The script `publish-to-maven.sh` will publish the artifacts created by the `build-release-comet.sh` script.
173
The artifacts will be signed using the gpg key of the release manager and uploaded to the maven staging repository.
174
175
+Note that installed GPG keys can be listed with `gpg --list-keys`. The gpg key is a 40 character hex string.
176
+
177
Note: This script needs `xmllint` to be installed. On MacOS xmllint is available by default.
178
179
On Ubuntu `apt-get install -y libxml2-utils`
0 commit comments