Skip to content

Commit e9acc9c

Browse files
committed
Pushing v1.2.0 version changes
1 parent 9ac9d68 commit e9acc9c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ github-label 'codenameyau/github-label'
4747

4848
--
4949

50+
##### List the available presets
51+
```
52+
github-label -l
53+
github-label -l default
54+
```
55+
56+
--
57+
5058
##### Create labels with one of the available presets
5159
```
5260
github-label 'codenameyau/github-label' -p priority

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-label",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "CLI for creating GitHub labels",
55
"bin": {
66
"github-label": "bin/github-label.js"

0 commit comments

Comments
 (0)