Release management - Razor-qt/razor-qt GitHub Wiki
Simple steps for source code release (a draft)
- Few days/weeks before the release announce the "Feature Freeze" and then "String Freeze" (lock the tr() strings for translators) in the mailing list
- change VERSION in the root CMakeLists.txt
- check all builds (fresh build)
- create new git tag for new version
- run 'make dist' in the build directory. The tar.bz2 (tarball) is created.
- upload the tarball into public web (sf.net? github?)