]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Fill in the instructions for update the gh-pages branch.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 3 Apr 2013 02:36:28 +0000 (21:36 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 3 Apr 2013 02:36:28 +0000 (21:36 -0500)
RELEASE_CHECKLIST.txt

index 3156d8cf58aee5c6fa6eb32e0829347e873de5a8..a05b8a33b9120ae421d65e189bc894f1c45c0d8b 100644 (file)
@@ -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.