Releasing

Revision as of 01:21, 23 May 2025 by Kir (talk | contribs) (→‎Wiki: more details)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

You can use the following as a checklist.

AnnouncesEdit

  • Send an announcement to the criu mailing list.

PackagesEdit