Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.19 KB

File metadata and controls

49 lines (33 loc) · 1.19 KB

PIVOTAL CHANGELOG

This tiny tool generates changelog for each iteration in Agile methodology

Getting Started

Installing

There are 2 ways:

- Using `gem install pivotal_changelog`
- Clone the project `git clone git@github.com: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: "duykhoa12t@gmail.com"
  from_name: Kevin Tran
  send_email_passwd: <PASSWORD>
  to_emails:
    - "duykhoa12t+test@gmail.com"
    - "duykhoa12t+new@gmail.com"
  project_token: <PIVOTAL TOKEN>
  project_id: <PIVOTAL PROJECT_ID>
  sprint_duration: 7

Built with

Contributing

All contributions are wellcome!

License

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