]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Include updating the json-c-current-releaes gh-pages symlink as part of the release...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 26 Jul 2020 15:51:07 +0000 (15:51 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 26 Jul 2020 15:51:07 +0000 (15:51 +0000)
RELEASE_CHECKLIST.txt

index 29901539a33c2348021d9f09007f069839370b64..da5d8d7c7501359b77aee6ca18709c4e1f32ab29 100644 (file)
@@ -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