]> granicus.if.org Git - json-c/commitdiff
Update the release checklist to include the INSTALL file, and adjust the git command...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 23 Dec 2012 16:27:14 +0000 (10:27 -0600)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 23 Dec 2012 16:27:14 +0000 (10:27 -0600)
RELEASE_CHECKLIST.txt

index 1eccac89e52acd9d81d8bd4f33d1e26f3f2d63ba..d086592475e72b45bb87fe491f4d75907fcffd24 100644 (file)
@@ -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 ..