1.1.3 • Published 4 years ago

github-release-manager v1.1.3

Weekly downloads
1,566
License
ISC
Repository
-
Last release
4 years ago

github-release-manager

Creates and downloads github releases

Installation

  • npm install github-release-manager

Creating a release

  • node create-release.js <branch> <github_token> <owner> <repo>
  • The contents of the /release directory will be gzipped and uploaded to a github release versioned by branch name.

Downloading a release

  • node ./node_modules/github-release-manager/download-release.js <branch> <github_token> <owner> <repo>
  • The zipped release will be downloaded and unzipped to the /release directory.

Publishing to NPM

  • bump the version number in package.json
  • run npm publish locally
1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago