Skip to content

streamsend/deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployer

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'deployer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install deployer

Usage

Basic Steps

  1. Add token in config/creds.yml or as environment variable PIVOTAL_API_TOKEN
  2. Run bundle install
  3. Run get_stories.rb --previous-version v2.0.1 --project-dir /path/to/project/root

Help Docs

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

Contributing

  1. Fork it ( https://github.com/[my-github-username]/deployer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages