]> git.ipfire.org Git - thirdparty/sarg.git/blob - release_procedure.txt
Update the Russian translation.
[thirdparty/sarg.git] / release_procedure.txt
1 This is a checklist to make sure no steps of the release procedure have been
2 forgotten.
3
4 -Update version number and release date in CMakeLists.txt.
5 -Update version number in configure.in.
6 -Update release date in include/info.h.
7 -Update po files: make update-po
8 -Make configure: autoreconf -fi
9 -Update ChangeLog
10 -Check that every change was committed: git status
11 -Add a version tag: git tag -a v2.3.3 -m "v2.3.3"
12 -Run ./archive.sh
13 -Push to the git repo: git push
14 -Push the tags: git push --tags
15 -Upload the sarg-2.3.3.tar.gz and the checksum files.
16 -Post a news on sourceforge.
17 -Update the link on the web page.