This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch 0.7 in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
commit a8d55b7cd9196895a1b44be58cc33ef9d999c10b Author: Antoine Toulme <[email protected]> AuthorDate: Sun May 19 23:44:13 2019 -0400 Add instructions to perform checksums --- RELEASE.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 16cdc8b..dee74f9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -45,7 +45,17 @@ export BUILD_RELEASE=true Build the artifacts ``` -./gradlew assemble +./gradlew build +``` + +Check the sha512 signatures match +``` +shasum -a 512 dist/build/distributions/tuweni-bin-${RELEASE VERSION}.tgz +shasum -a 512 dist/build/distributions/tuweni-bin-${RELEASE VERSION}.zip +shasum -a 512 dist/build/distributions/tuweni-src-${RELEASE VERSION}.tgz +shasum -a 512 dist/build/distributions/tuweni-src-${RELEASE VERSION}.zip +shasum -a 512 dist/build/distributions/tuweni-gossip-${RELEASE VERSION}.tgz +shasum -a 512 dist/build/distributions/tuweni-gossip-${RELEASE VERSION}.zip ``` Sign and publish --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
