Browse Source

Update the release checklist to include calculating the tarball checksums and updating the wiki.

tags/json-c-0.13-20171207
Eric Haszlakiewicz 11 years ago
parent
commit
fa54bd542e
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      RELEASE_CHECKLIST.txt

+ 15
- 0
RELEASE_CHECKLIST.txt View File

@@ -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.


Loading…
Cancel
Save