library github-flow-changelog
Command to generate a changelog based on Github milestones and pull requests
kunstmaan/github-flow-changelog
Command to generate a changelog based on Github milestones and pull requests
- Wednesday, April 15, 2015
- by Kunstmaan
- Repository
- 6 Watchers
- 2 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
github-flow-changelog
Installation
git clone https://github.com/Kunstmaan/github-flow-changelog.git
cd github-flow-changelog
composer install
Or install it globally., (*1)
composer global require kunstmaan/github-flow-changelog:@dev
Make sure you have your path configured correctly.
See https://getcomposer.org/doc/03-cli.md#global for more information., (*2)
Running
./gfc <github token> <organisation/user> <repository> > CHANGELOG.md
Generate a token here, (*3)
Example
./gfc changelog xxx Kunstmaan KunstmaanBundlesCMS > ~/Development/KunstmaanBundlesCMS/CHANGELOG.md
Output
Check out this changelog, (*4)
dev-master
9999999-dev
Command to generate a changelog based on Github milestones and pull requests
Sources
Download
MIT
The Requires