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 073a69b commit f5380deCopy full SHA for f5380de
README.md
@@ -3,11 +3,14 @@
3
Yet another Github release command line tool. This one, though, is much more minimalistic and simple.
4
5
```
6
-Github release tool.
+Github command line release tool.
7
Usage:
8
- github-release <user/repo> <tag> <branch> <description> <files>
+ gh-release <user/repo> <tag> <branch> <description> <files>
9
10
-<files> can be specified using glob patterns.
+ <files> can be specified using glob patterns.
11
+
12
+Options:
13
+ -version: Displays version
14
15
16
### Requirements
0 commit comments