Changes

→‎Wiki: more details
Line 6: Line 6:  
* Merge it like any other criu changes (create a github pr, get it approved, etc)
 
* Merge it like any other criu changes (create a github pr, get it approved, etc)
 
* Tag: <code>git tag -a v$version -m '$summary'</code>
 
* Tag: <code>git tag -a v$version -m '$summary'</code>
* Push: git push origin v$version</code>
+
* Push: <code>git push origin v$version</code>
    
== Wiki ==
 
== Wiki ==
 +
 +
You can use the following as a checklist.
    
* Make sure ''previous version'' is listed in [[Releases#Old versions]]
 
* Make sure ''previous version'' is listed in [[Releases#Old versions]]
Line 14: Line 16:  
** name to [[Template:Codename]]
 
** name to [[Template:Codename]]
 
** date to [[Template:Release date]]
 
** date to [[Template:Release date]]
* Create [[Download/criu/VERSION]]
+
* Add an image for the new version
 +
* Create [[Download/criu/NEWVERSION]] (for example, see [[Download/criu/{{Last version}}]])
 
* Bump [[Template:Last version]]
 
* Bump [[Template:Last version]]
 
* Add new version to [[Changelogs]]
 
* Add new version to [[Changelogs]]
Line 24: Line 27:     
* Send an announcement to the criu mailing list.
 
* 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]]
 
[[Category: development]]