We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678dbae commit 4c00a2cCopy full SHA for 4c00a2c
README.md
@@ -61,6 +61,7 @@ Usage: List changesets
61
Options:
62
--min <version> Minimum version (included)
63
--max <version> Maximum version (included)
64
+ --grep <version> Grep version
65
--json Output in json format
66
--all List all changesets (alpha/beta included)
67
--beta List alpha/beta changesets
@@ -103,6 +104,14 @@ $ unity-changeset list --min 2018.3
103
104
2018.3.1f1 bb579dc42f1d
105
2018.3.0f2 6e9a27477296
106
107
+# List Unity 2018.3.x
108
+$ unity-changeset list --grep 2018.3
109
+2018.3.14f1 d0e9f15437b1
110
+2018.3.13f1 06548a9e9582
111
+...
112
+2018.3.1f1 bb579dc42f1d
113
+2018.3.0f2 6e9a27477296
114
+
115
# For more info, run with the `-h, --help` flag:
116
$ unity-version -h
117
```
0 commit comments