Skip to content

Commit b5ae48e

Browse files
committed
2 parents 4c6f988 + f5380de commit b5ae48e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# github-release
22

3-
Yet another Github release command line tool. This one, though, is much more minimalistic, cross platform and simple.
3+
Yet another Github release command line tool. This one, though, is much more minimalistic and simple.
44

55
```
6-
Github release tool.
6+
Github command line release tool.
77
Usage:
8-
github-release <user/repo> <tag> <branch> <description> <files>
8+
gh-release <user/repo> <tag> <branch> <description> <files>
99
10-
<files> can be specified using glob patterns.
10+
<files> can be specified using glob patterns.
11+
12+
Options:
13+
-version: Displays version
1114
```
1215

1316
### Requirements

0 commit comments

Comments
 (0)