(Created page with "{{MaliitNavigationBar}} 1. Update the NEWS file * git commit message: Changes: Update NEWS for version y.x * NEWS template: y.x === CHANGES SINCE x.z * List changes ...") |
|||
| Line 39: | Line 39: | ||
5. [[Maliit/Writing_Release_Notes|Write the release notes]] and send them to the appropriate mailing lists. | 5. [[Maliit/Writing_Release_Notes|Write the release notes]] and send them to the appropriate mailing lists. | ||
| + | |||
| + | 6. Update [[Maliit/Development#Releases| the list of releases]]. | ||
{{MaliitNavigationBar}} | {{MaliitNavigationBar}} | ||
| 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 |