From: Eric Haszlakiewicz Date: Wed, 3 Apr 2013 02:36:28 +0000 (-0500) Subject: Fill in the instructions for update the gh-pages branch. X-Git-Tag: json-c-0.12-20140410~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e843616cc62c2f170486539b59538cdbaf76c81d;p=thirdparty%2Fjson-c.git Fill in the instructions for update the gh-pages branch. --- diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index 3156d8cf..a05b8a33 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -94,9 +94,24 @@ Leave the libjson_la_LDFLAGS line in Makefile.am alone. ------------ -XXX Update gh-pages branch, index.html: - Link to current release. - Add new docs. +Update the gh-pages branch with new docs: + +cd json-c-${release} +git checkout json-c-${release} +cd .. + +git clone -b gh-pages https://github.com/json-c/json-c json-c-pages +cd json-c-pages +mkdir json-c-${release} +cp -R ../json-c-${release}/doc json-c-${release}/. +cp ../json-c-${release}/README-WIN32.html json-c-${release}/. +git add json-c-${release} +git commit + +vi index.html + Add/change links to current release. + +------------ Send an email to the mailing list.