Browse Source

Update the release checklist to include the INSTALL file, and adjust the git command to add the doc directory.

tags/json-c-0.11-20130402
Eric Haszlakiewicz 12 years ago
parent
commit
d7de3aa24b
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      RELEASE_CHECKLIST.txt

+ 3
- 2
RELEASE_CHECKLIST.txt View File

@@ -17,7 +17,8 @@ Generate the configure script and other files:
sh autogen.sh sh autogen.sh
git add -f Makefile.in aclocal.m4 config.guess \ git add -f Makefile.in aclocal.m4 config.guess \
config.sub configure depcomp install-sh \ config.sub configure depcomp install-sh \
ltmain.sh missing tests/Makefile.in
ltmain.sh missing tests/Makefile.in \
INSTALL


# check for anything else to be added: # check for anything else to be added:
git status --ignored git status --ignored
@@ -25,7 +26,7 @@ Generate the configure script and other files:


Generate the doxygen documentation: Generate the doxygen documentation:
doxygen doxygen
git add doc
git add -f doc
git commit doc git commit doc


cd .. cd ..


Loading…
Cancel
Save