0.1.0-rc4 • Published 5 years ago

gh-releaser v0.1.0-rc4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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