8000 GitHub - c4milo/github-release at v1.0.5
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

c4milo/github-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-release

Yet another Github release command line tool. This one, though, is much more minimalistic and simple.

Github command line release tool.
Usage:
	gh-release <user/repo> <tag> <branch> <description> <files>

	<files> can be specified using glob patterns.

Options:
	-version: Displays version

Requirements

Make sure you have a Github token with the correct authorization scope to allow you to create releases. For more information about creating tokens please read https://help.github.com/articles/creating-an-access-token-for-command-line-use/

Examples

Feel free to inspect this project's Makefile for an example on how this tool can be used to create releases like this:

0