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