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/*
- Commit language files, profiles, and a new splash screen if needed.
- Update RELEASE_NOTES.txt, merge the changelog into it. To find new features from the changelog more easily, use:
hg log --template '- {desc}\n' -b default -r "reverse(4.0.11::4.0.12)" - Tag the new release:
git tag -a "5.0" -m "Tagged RawTherapee 5.0"
- Make a source tarball and upload it to the website:
./tools/generateSourceTarball