Kexi/Releases/Howto: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Releases
(→‎Information updates: repo-metadata.git)
Line 31: Line 31:
**Update checkboxes and dates at [[Kexi/Schedules]].
**Update checkboxes and dates at [[Kexi/Schedules]].
* Update version in craft-blueprints-kde.git/extragear: kexi/kexi.py, kdb/kdb.py, kproperty/kproperty.py, kreport/kreport.py
* Update version in craft-blueprints-kde.git/extragear: kexi/kexi.py, kdb/kdb.py, kproperty/kproperty.py, kreport/kreport.py
* Update stable_kf5 in repo-metadata.git/projects/calligra/kexi/i18n.json, projects/extragear/libs/kdb/i18n.json, projects/extragear/libs/property/i18n.json, projects/extragear/libs/kreport/i18n.json
* TODO: Update info on http://userbase.kde.org/Kexi/Download
* TODO: Update info on http://userbase.kde.org/Kexi/Download
* Update stable release version at community.kde.org for [http://community.kde.org/index.php?title=Template:Kexi/Stable&action=edit Kexi] and [http://community.kde.org/index.php?title=Template:KexiLibs/Stable&action=edit KexiLibs]
* Update stable release version at community.kde.org for [http://community.kde.org/index.php?title=Template:Kexi/Stable&action=edit Kexi] and [http://community.kde.org/index.php?title=Template:KexiLibs/Stable&action=edit KexiLibs]

Revision as of 16:51, 13 December 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
    • KEXI: in kexi.git/CMakeLists.txt
      • Maybe KEXI_FRAMEWORKS_MIN_VERSION
    • KDb: project() in kdb.git/CMakeLists.txt
    • KProperty: project() in kproperty.git/CMakeLists.txt
    • KReport: project() and maybe REQUIRED_KPROPERTY_VERSION in kreport.git/CMakeLists.txt
  • Test Windows installer

Information updates