Releasing

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

CodeEdit

  • 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

WikiEdit

AnnouncesEdit

  • Send an announcement to the criu mailing list.