From: Eric Haszlakiewicz Date: Sun, 23 Dec 2012 16:27:14 +0000 (-0600) Subject: Update the release checklist to include the INSTALL file, and adjust the git command... X-Git-Tag: json-c-0.11-20130402~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7de3aa24b2255ebe52b43e654d0a87e5c5a09a0;p=thirdparty%2Fjson-c.git Update the release checklist to include the INSTALL file, and adjust the git command to add the doc directory. --- diff --git a/RELEASE_CHECKLIST.txt b/RELEASE_CHECKLIST.txt index 1eccac89..d0865924 100644 --- a/RELEASE_CHECKLIST.txt +++ b/RELEASE_CHECKLIST.txt @@ -17,7 +17,8 @@ Generate the configure script and other files: sh autogen.sh git add -f Makefile.in aclocal.m4 config.guess \ 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: git status --ignored @@ -25,7 +26,7 @@ Generate the configure script and other files: Generate the doxygen documentation: doxygen - git add doc + git add -f doc git commit doc cd ..