TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'deployer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install deployer
- Add token in config/creds.yml or as environment variable PIVOTAL_API_TOKEN
- Run
bundle install
- Run
get_stories.rb --previous-version v2.0.1 --project-dir /path/to/project/root
Pivotal Release Notes Generator
Usage: get_stories.rb [options]
-p, --previous-version= The last released version
-i, --pivotal-token= The pivotal token (default: read from creds.yml or PIVOTAL_API_TOKEN)
-r, --project-dir= The project directory (default: /Users//projects/streamsend-root/streamsend)
-h, --help Show this message
- Fork it ( https://github.com/[my-github-username]/deployer/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request