pjfanning opened a new pull request, #155: URL: https://github.com/apache/incubator-pekko-grpc/pull/155
Release mangers will need to set up their `~/.gradle/gradle.properties` when doing creating a release candidate. * https://docs.gradle.org/6.9.1/userguide/signing_plugin.html#sec:conditional_signing They will need to add these props but correct the values to match their gpg setup. ``` signing.keyId=24875D73 signing.password=secret signing.secretKeyRingFile=/Users/me/.gnupg/secring.gpg ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
