From: Eric Haszlakiewicz Date: Sun, 26 Jul 2020 15:51:07 +0000 (+0000) Subject: Include updating the json-c-current-releaes gh-pages symlink as part of the release... X-Git-Tag: json-c-0.16-20220414~46 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=47189b5ff182c233e4f93a7c3c22037a1252f047;p=thirdparty%2Fjson-c.git Include updating the json-c-current-releaes gh-pages symlink as part of the release process. --- diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index 29901539..da5d8d7c 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -150,6 +150,8 @@ Update the gh-pages branch with new docs: mkdir json-c-${release} cp -R ../json-c-${release}/doc json-c-${release}/. git add json-c-${release} + rm json-c-current-release + ln -s json-c-${release} json-c-current-release git commit -a -m "Add the ${release} docs." vi index.html