Releasing

From CRIU
Revision as of 15:24, 19 April 2023 by Avagin (talk | contribs)
Jump to navigation Jump to search

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

Code

  • 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

Announces

  • Send an announcement to the criu mailing list.