MakingTarballs: Difference between revisions
Appearance
Created page with "= Making a Source Tarball = Make sure: * That the version is set correctly in the toplevel CMakeLists.txt * That the version of the krita.xmlgui file has been bumped up * Th..." |
No edit summary |
||
Line 7: | Line 7: | ||
* That there is a tag set for the release like this: | * That there is a tag set for the release like this: | ||
git tag -a v3.0.99.89 -m "Krita 3.0.1 Alpha" | git tag -a v3.0.99.89 -m "Krita 3.0.1 Alpha" e278ff7 | ||
git push origin --tags | git push origin --tags | ||
Revision as of 09:48, 16 August 2016
Making a Source Tarball
Make sure:
- That the version is set correctly in the toplevel CMakeLists.txt
- That the version of the krita.xmlgui file has been bumped up
- That there is a tag set for the release like this:
git tag -a v3.0.99.89 -m "Krita 3.0.1 Alpha" e278ff7 git push origin --tags
Then:
Check out kde-dev-scripts
git clone kde:kde-dev-scripts
Update the information in the config.ini file to reflect the right tag and version number, and run the script
./create_tarball_kf5.rb -n -a krita