Kexi/Releases/Howto: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Releases
Line 16: Line 16:
* Set version tag (git tag -a) in all git repos to the commit the tarball is made from
* Set version tag (git tag -a) in all git repos to the commit the tarball is made from
* Push tags (git push --tags origin) to all git repos
* Push tags (git push --tags origin) to all git repos
* Add version for all KEXI and Framework bug.kde.org products
* Add version for all KEXI and Framework bug.kde.org products: [https://bugs.kde.org/editversions.cgi?product=KDb KDb], [https://bugs.kde.org/editversions.cgi?product=KProperty KProperty], [https://bugs.kde.org/editversions.cgi?product=KReport KReport], [https://bugs.kde.org/editversions.cgi?product=Kexi KEXI]
* Collect changelog items (use git-changelog tool: TODO share it)
* Collect changelog items (use git-changelog tool: TODO share it)
* Extract release highlight and attach screenshots
* Extract release highlight and attach screenshots

Revision as of 14:43, 29 January 2018

Maintainer of this section: Jstaniek (talk)

Before creating tarballs

  • Update version info in the source code:
    • KEXI: in kexi.git/cmake/modules/SetKexiVersionInfo.cmake
      • PROJECT_VERSION_STRING
      • PROJECT_STABLE_VERSION_MAJOR
      • PROJECT_STABLE_VERSION_MINOR
      • PROJECT_VERSION_RELEASE
      • KEXI_ALPHA, KEXI_BETA, KEXI_BETA
    • KDb: project() in kdb.git/CMakeLists.txt
    • KProperty: project() in kproperty.git/CMakeLists.txt
    • KReport: project() in kreport.git/CMakeLists.txt

Information updates