Changes

Jump to navigation Jump to search
14 bytes added ,  15:24, 19 April 2023
no edit summary
Line 4: Line 4:  
* Fix <code>Makefile.versions</code>
 
* Fix <code>Makefile.versions</code>
 
* Commit: <code>git commit -m "criu: Version $version"</code>
 
* Commit: <code>git commit -m "criu: Version $version"</code>
 +
* 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: <code>git push && git push --tags</code>
+
* Push: git push origin v$version</code>
* Upload tarball: <code>make tar && scp $tarbal xemul@download.openvz.org:/var/www/html/criu/</code>
      
== Wiki ==
 
== Wiki ==
Line 23: Line 23:  
== Announces ==
 
== Announces ==
   −
* FIXME
+
* Send an announcement to the criu mailing list.
    
[[Category: development]]
 
[[Category: development]]

Navigation menu