You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

RELEASE_CHECKLIST.txt 778 B

12345678910111213141516171819202122232425262728293031323334
  1. Release checklist:
  2. release=0.10
  3. git clone https://github.com/json-c/json-c json-c-${release}
  4. cd json-c-${release}
  5. Check that the compile works on Linux
  6. Check that the compile works on Windows
  7. Check ChangeLog to see if anything should be added.
  8. git branch json-c-${release}
  9. git checkout json-c-${release}
  10. sh autogen.sh
  11. XXX doxygen
  12. XXX Add generated files to git?
  13. cd ..
  14. tar czf json-c-${release}.tar.gz json-c-${release}
  15. XXX upload tarball to ???
  16. ===================================
  17. Post-release checklist:
  18. git branch master
  19. Add new section to CHANGES
  20. Update the version in Doxyfile
  21. Update the version in configure.in
  22. Update the libjson_la_LDFLAGS line in Makefile.am to the new version.
  23. http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html