| Maliit - Input Methods for MeeGo |
|---|
| Overview · Development · Installing · Roadmap |
1. Update the NEWS file
Changes: Update NEWS for version y.x
y.x === CHANGES SINCE x.z * List changes BUG FIXES * Fixes: BMC#12345 ...
2. For framework, bump version numbers in its config.pri
Changes: Bump version to y.x
3. Create a git tag
$ git tag -s -m "Released version y.x - ${insertWittyReleaseNameHere}" y.x
4. Push to repos (including the newly created tag)
$ git push --tags origin HEAD:master
5. Write the release notes and send them to the appropriate mailing lists.
6. Update the list of releases.
| Maliit - Input Methods for MeeGo |
|---|
| Overview · Development · Installing · Roadmap |