We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a225e91 commit bfcaac2Copy full SHA for bfcaac2
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# gh-milestone
2
+
3
+## 1.0.0
4
5
+### Major Changes
6
7
+- Rename the `states` option of `list` subcommand to `state`. It now takes `all`, `closed` and `open` as possible values.
8
9
+ ```bash
10
+ gh milestone list --state all
11
+ gh milestone list --state closed
12
+ gh milestone list --state open
13
+ ```
14
15
+### Minor Changes
16
17
+- Tidy up the `list` subcommand's helper.
0 commit comments