项目作者: uadev

项目描述 :
Release notes generator for GitHub v3
高级语言: JavaScript
项目地址: git://github.com/uadev/release.gh3.io.git
创建时间: 2014-12-23T18:11:09Z
项目社区:https://github.com/uadev/release.gh3.io

开源协议:MIT License

下载


release.gh3.io

Release notes generator for GitHub v3

You have to generate API token for this app https://help.github.com/articles/creating-an-access-token-for-command-line-use/

Usage:

  1. bin/gh3-release -d daily_20141218...daily_20141219

Output:

  1. ! LIVEONE-7249 Emulate touch click enhancement
  2. ! LIVEONE-7313 TD :: TF :: Update functional tests
  3. ! LIVEONE-7283: iPad: Can't log out

It is also possible to pass repo and token with arguments
```
bin/gh3-release -t GITHUB_API_TOKEN -r LiveOne/liveone -d daily_20141218…daily_20141219