summaryrefslogtreecommitdiff
path: root/json-c/src/RELEASE_CHECKLIST.txt
blob: 1a8d5553a4a75ef68fdd6eab6005ade7fa184d3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34

Release checklist:

release=0.10
git clone https://github.com/json-c/json-c json-c-${release}
cd json-c-${release}

Check that the compile works on Linux
Check that the compile works on Windows
Check ChangeLog to see if anything should be added.

git branch json-c-${release}
git checkout json-c-${release}
sh autogen.sh
XXX doxygen

XXX Add generated files to git?

cd ..
tar czf json-c-${release}.tar.gz json-c-${release}

XXX upload tarball to ???

===================================

Post-release checklist:

git branch master
Add new section to CHANGES
Update the version in Doxyfile
Update the version in configure.in
Update the libjson_la_LDFLAGS line in Makefile.am to the new version.
	http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html