lalitkapoor / github-changes

Generate a changelog based on merged pull requests or commit messages
https://lalitkapoor.github.io/github-changes/
MIT License
676 stars 52 forks source link

added --time-zone option #59

Closed yug1224 closed 8 years ago

yug1224 commented 8 years ago

Added an option for specify the TimeZone.

Usage

github-changes -o lalitkapoor -r github-changes -b master -a --only-pulls --use-commit-body -k <token> -z Asia/Tokyo
## Change Log

### upcoming (2016/08/17 17:26 +09:00)
- [#55](https://github.com/lalitkapoor/github-changes/pull/55) Update README with correct links! (@PunkChameleon)

### v1.0.2 (2016/02/22 09:53 +09:00)
- [#53](https://github.com/lalitkapoor/github-changes/pull/53) added --for-tag option to generate changelog for single tag (@ivpusic)
...
lalitkapoor commented 8 years ago

nice. Thanks!

yug1224 commented 8 years ago

Thanks!