0.1.0-rc4 • Published 6 years ago
gh-releaser v0.1.0-rc4
Usage
$ gh-releaser <options>
Options
--token, -t Github access token
--version, -v Version tag for the release
--changelog, -c Path to a changlog formatted with conventional-changelog
--repo, -r Github repository name
--draft, -d Whether or not to post this as a GitHub draft release
--assetPath, -a Path to a directory of static assets to attach to the release
--debug, -d Output detailed request information
Developing
# Build the project in watch mode
npm run build:watch
# Link the local build to your global node_modules
npm link
# Run the cli
gh-release --help