Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple Github release command line tool

License

NotificationsYou must be signed in to change notification settings

c4milo/github-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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

Github command line release tool.Usage:github-release <user/repo> <tag> <branch> <description> "<files>"Parameters:<user/repo>: Github user and repository<tag>: Used to created the release. It is also used as the release's name<branch>: Reference from where to create the provided <tag>, if it does not exist<description>: The release description<files>: Glob pattern describing the list of files to include in the releaseMake sure you enclose it in quotes to avoid the shell expanding the glob pattern.Options:-version: Displays version-prerelease: Identify the release as a prereleaseEnvironment variables:  DEBUG: Allows you to run github-release in debugging mode. DO NOT do this if you are attempting to upload big files.  GITHUB_TOKEN: Must be set in order to interact with Github's API  GITHUB_USER: Just in case you want an alternative way of providing your github user  GITHUB_REPO: Just in case you want an alternative way of providing your github repo  GITHUB_API: Github API endpoint. Set to https://api.github.com/repos/:github-user/:github-repo by defaultBefore using this tool make sure you set the environment variable GITHUB_TOKENwith a valid Github token and correct authorization scopes to allow you to create releasesin your project. For more information about creating Github tokens please read theofficial Github documentation at https://help.github.com/articles/creating-an-access-token-for-command-line-use/Author: https://github.com/c4miloLicense: http://mozilla.org/MPL/2.0/

Examples

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

About

Simple Github release command line tool

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors7


[8]ページ先頭

©2009-2025 Movatter.jp