@@ -70,17 +70,18 @@ Usage: List changesets
7070 $ unity-changeset list [options]
7171
7272Options:
73- --min <version> Minimum version (included)
74- --max <version> Maximum version (included)
75- --grep <version> Grep version
76- --json Output in json format
77- --pretty-json Output in pretty json format
78- --all List all changesets (alpha/beta included)
79- --beta List alpha/beta changesets
80- --versions Output only the available Unity versions
81- --minor-versions Output only the available Unity minor versions
82- --latest-patch Output only the latest Unity patch versions
83- --oldest-patch Output only the oldest Unity patch versions
73+ --min <version> Minimum version (included)
74+ --max <version> Maximum version (included)
75+ --grep <version> Grep version
76+ --json Output in json format
77+ --pretty-json Output in pretty json format
78+ --all List all changesets (alpha/beta included)
79+ --beta List alpha/beta changesets
80+ --versions Output only the available Unity versions
81+ --minor-versions Output only the available Unity minor versions
82+ --latest-patch Output only the latest Unity patch versions
83+ --oldest-patch Output only the oldest Unity patch versions
84+ --oldest-lifecycle Output only the latest lifecycle Unity patch versions
8485```
8586
8687
0 commit comments