Difference between revisions of "Releasing"

From CRIU
Jump to navigation Jump to search
(→‎Wiki: some improvements)
m
 
(One intermediate revision by one other user not shown)
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: <code>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]]

Latest revision as of 16:08, 19 April 2023

This is a reminder of steps needed to roll out a new release.

Code[edit]

  • Fix Makefile.versions
  • Commit: git commit -m "criu: Version $version"
  • Merge it like any other criu changes (create a github pr, get it approved, etc)
  • Tag: git tag -a v$version -m '$summary'
  • Push: git push origin v$version

Wiki[edit]

Announces[edit]

  • Send an announcement to the criu mailing list.