This document lists the things to do before uploading a new release to apps.owncloud.com:
- Test whether new release works properly.
- Merge new release branch into the master branch.
- Read new language strings
l10n.pl mozilla_sync read
and add template to the master branch. - Wait until transifex pushes the translated strings to the master branch.
- Add changes since last version to the CHANGELOG.
- Update version in
appinfo/version
. - Update release date in CHANGELOG.
make
new version.- Upload new version to apps.owncloud.com.
- Add
git tag
to the master branch.