Skip to content

Tagging releases of XNU

winocm edited this page Aug 13, 2013 · 1 revision

XNU versions usually are tagged in CVS revision format. That is: a.b.c.d.e... and so on. Tag a release using 'git tag'.

$ git tag xnu-2050.22.13.4 -a "Sample release"

Follow this format and update the version numbers when you deem necessary.

Clone this wiki locally