This tiny tool generates changelog for each iteration in Agile methodology
There are 2 ways:
- Using `gem install pivotal_changelog`
- Clone the project `git clone [email protected]:duykhoa/pivotal_changelog.git`
To generate the changelog, follows this command
ruby -Ilib bin/pivotal_changelog -c ~/.pivotal_changelog.yml
The config file (~/.pivotal_changelog.yml) follows the format:
---
subject: "Default Subject line"
from_email: "[email protected]"
from_name: Kevin Tran
send_email_passwd: <PASSWORD>
to_emails:
- "[email protected]"
- "[email protected]"
project_token: <PIVOTAL TOKEN>
project_id: <PIVOTAL PROJECT_ID>
sprint_duration: 7All contributions are wellcome!
This project is licensed under the MIT License - see the LICENSE.md](https://github.com/duykhoa/pivotal_changelog/blob/master/LICENSE.md) file for details