Difference between revisions of "Releasing"

From CRIU
Jump to navigation Jump to search
m
 
(One intermediate revision by one other user not shown)
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 ==
Line 24: Line 24:
  
 
* 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]]

Latest revision as of 12:31, 28 October 2024

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.

Packages[edit]