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 159d29f commit 2560e57Copy full SHA for 2560e57
README.md
@@ -1,14 +1,16 @@
1
# github-release
2
3
-Extremely simple and opinionated Github release tool
4
-
5
-* Prepopulates release name for you
6
-* Generates Changelog using commit history, and adds it to release description
7
-* Generates crypto hashes of your files, and adds them to release description
+Yet another github release tool. This one, though, is much more minimalistic.
8
9
### Usage
10
11
-`$ gh-release hooklift/stacks v1.0.0 files...`
+`
+Github release tool.
+Usage:
+ gh-release <user/repo> <tag> <branch> <description> <files>
+
12
+<files> can be specified using glob patterns.
13
14
15
-### Example
16
+### Examples
0 commit comments