How to release RawTherapee
Jump to navigation
Jump to search
- Tea
- Pull and update
- Run:
./tools/generateTranslationDiffs
Perform final language file updates. - Run:
dos2unix rtdata/languages/* and rtdata/profiles/*
- Once RELEASE_NOTES.txt, language files, profiles, a new splash screen, etc. are ready, commit to new branch:
git checkout -b release-5.2-rc1 && git commit -a -m "Preparing for release 5.2-rc1"
- Once others have revised the changes, merge this "release-5.2" branch into "releases" and tag:
git tag -a "5.2-rc1" -m "Tagged RawTherapee 5.2-rc1"
- Make a source tarball and upload it to the website:
./tools/generateSourceTarball
- When ready for a final release (5.2, not 5.2-rc3), do as above, merge "release-5.2" into "releases", tag and deleted "release-5.2". Never delete branch "releases".