OSDN Git Service

Use a nicer icon (from POEdit project) for "Translate this application".
[sudokuki/sudokuki.git] / checklist.sh
1 echo ""
2 echo "- update make_jar_zip_release.sh with new version number"
3 echo ""
4 echo "- update configure.ac with the new version number"
5 echo ""
6 echo "- update LATEST file with the new version number"
7 echo ""
8 echo "- update NEWS file in case of release status changed (e.g: BETA to RC...)"
9 echo ""
10 echo "- update README file for the changelog"
11 echo ""
12 echo "- COMMIT the above changes with a notice such as follows:"
13 echo "Updated control files for new release X"
14 echo ""
15 echo "- Do a fresh checkout somewhere else, for example:"
16 echo "svn co https://sudokuki.svn.sourceforge.net/svnroot/sudokuki/trunk RELEASE"
17 echo ""
18 echo "- Remove the .svn directories from this 'RELEASE' copy"
19 echo "  From there, build the release package:"
20 echo "cd RELEASE/sudokuki && find . -name ".svn" -exec rm -rf {} \; ; ./autogen.sh && ./configure && make update-po && make dist && make && ./make_jar_zip_release.sh"
21 echo ""
22 echo "- Upload LATEST, NEWS, README, and the packages on Sourceforge:"
23 echo "https://sourceforge.net/projects/sudokuki/files/sudokuki/1.1/Beta"
24 echo ""
25 echo "- Test the package:"
26 echo "  . test the Check-Update feature"
27 echo "  . other sanity tests"
28 echo ""