| Line 1: |
Line 1: |
| − | This is a reminder what to do to make new release | + | This is a reminder of steps needed to roll out a new release. |
| | | | |
| | + | == Code == |
| | * Fix <code>Makefile.versions</code> | | * Fix <code>Makefile.versions</code> |
| − | * Commit, title: | + | * Commit: <code>git commit -m "criu: Version $version"</code> |
| − | <pre> | + | * Merge it like any other criu changes (create a github pr, get it approved, etc) |
| − | criu: Version $version
| + | * Tag: <code>git tag -a v$version -m '$summary'</code> |
| | + | * Push: <code>git push origin v$version</code> |
| | | | |
| − | Some description of the release
| + | == Wiki == |
| − | </pre>
| + | |
| − | * Tag <code>git tag -a v$version -m '$summary'</code> | + | You can use the following as a checklist. |
| | + | |
| | + | * Make sure ''previous version'' is listed in [[Releases#Old versions]] |
| | + | * Add release metadata: |
| | + | ** name to [[Template:Codename]] |
| | + | ** date to [[Template:Release date]] |
| | + | * Add an image for the new version |
| | + | * Create [[Download/criu/NEWVERSION]] (for example, see [[Download/criu/{{Last version}}]]) |
| | + | * Bump [[Template:Last version]] |
| | + | * Add new version to [[Changelogs]] |
| | + | * Fixup [[Release schedule]] |
| | + | ** remove new version from [[Release schedule#Future releases]] |
| | + | ** add previous version to [[Release schedule#Past releases]] |
| | + | |
| | + | == Announces == |
| | + | |
| | + | * Send an announcement to the criu mailing list. |
| | + | |
| | + | == Packages == |
| | + | |
| | + | * Update the CRIU packages in [https://build.opensuse.org/project/show/devel:tools:criu Open Build Service] and [https://launchpad.net/~criu Launchpad]. |
| | + | |
| | + | [[Category: development]] |