Browse Source

Include updating the json-c-current-releaes gh-pages symlink as part of the release process.

tags/json-c-0.16-20220414
Eric Haszlakiewicz 5 years ago
parent
commit
47189b5ff1
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      RELEASE_CHECKLIST.txt

+ 2
- 0
RELEASE_CHECKLIST.txt View 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


Loading…
Cancel
Save