Calligra/Release Howto: Difference between revisions

From KDE Community Wiki
Line 33: Line 33:
** See which packages will be ready at release day (*Linux, Windows, OSX), push people to have them ready
** See which packages will be ready at release day (*Linux, Windows, OSX), push people to have them ready
* Set version tag in git repo to the commit the tarball is made from
* Set version tag in git repo to the commit the tarball is made from
* Add version for all Calligra bug.kde.org products
* Major release:
* Major release:
**Create tour
**Create tour

Revision as of 12:32, 21 February 2013

This page contains notes on what needs to be done when releasing a new version of Calligra.

Note

This is work in progress. You can contribute to this page or request updates.


Tarball creation

Branching

Code

git checkout -b calligra/${VERSION}
git push origin calligra/${VERSION}

(VERSION = 2.4, 2.5, etc.)

Translation

Prepare yourself for a lot of suffering:

  • warn the i18n coordinator in advance
  • copy translation to stable-kde4 (use the calligra-release.rb scripts in calligra's release scripts )
  • update scripty for stable translations (edit scripts/get_paths change the get_path function, and check that list_modules contains calligra):
svn+ssh://[email protected]/home/kde/branches/stable/l10n-kde4/scripts

Information updates