Kexi/Releases/Howto: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Releases
(→‎Information updates: userbase version unused)
Line 24: Line 24:
* Major release:
* Major release:
**Create tour
**Create tour
**Update stable major version at [http://community.kde.org/index.php?title=Template:Kexi/StableBranch&action=edit community.kde.org] and [http://userbase.kde.org/index.php?title=Template:Kexi/StableBranch&action=edit userbase.kde.org]
**Update stable major version at [http://community.kde.org/index.php?title=Template:Kexi/StableBranch&action=edit community.kde.org]
**Update unstable major version at [http://community.kde.org/index.php?title=Template:Kexi/UnstableBranch&action=edit community.kde.org] and [http://userbase.kde.org/index.php?title=Template:Kexi/UnstableBranch&action=edit userbase.kde.org]
**Update unstable major version at [http://community.kde.org/index.php?title=Template:Kexi/UnstableBranch&action=edit community.kde.org]
**Update checkboxes and dates at [[Kexi/Schedules]].
**Update checkboxes and dates at [[Kexi/Schedules]].
* 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 [http://community.kde.org/index.php?title=Template:Kexi/Stable&action=edit community.kde.org] and [http://userbase.kde.org/index.php?title=Template:Kexi/Stable&action=edit userbase.kde.org]
* Update stable release version at [http://community.kde.org/index.php?title=Template:Kexi/Stable&action=edit community.kde.org]
* Update info in channel topic of #kexi
* Update info in channel topic of #kexi
* Update unstable stage at [http://community.kde.org/index.php?title=Template:Kexi/Stage&action=edit community.kde.org] and [http://userbase.kde.org/index.php?title=Template:Kexi/Stage&action=edit userbase.kde.org]
* Update unstable stage at [http://community.kde.org/index.php?title=Template:Kexi/Stage&action=edit community.kde.org] and [http://userbase.kde.org/index.php?title=Template:Kexi/Stage&action=edit userbase.kde.org]

Revision as of 14:52, 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