From: Eric Haszlakiewicz Date: Sat, 12 Apr 2014 00:06:27 +0000 (-0400) Subject: Update the release checklist to include calculating the tarball checksums and updatin... X-Git-Tag: json-c-0.13-20171207~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa54bd542e8aaa7d8df8cf9fc3e152dff7bfd00e;p=thirdparty%2Fjson-c.git Update the release checklist to include calculating the tarball checksums and updating the wiki. --- diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index e8702e64..47132582 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -111,6 +111,21 @@ git commit vi index.html Add/change links to current release. +git commit index.html + +git push + +------------ + +Update checksums on wiki page. + +cd .. +openssl sha -sha256 json-c*gz +openssl md5 json-c*gz + +Copy and paste this output into the wiki page at: + https://github.com/json-c/json-c/wiki + ------------ Send an email to the mailing list.