Sha256: b34227bbd53c993aaa65e8de5af0244587120f20752aa914b24c42a8725ac14b
Contents?: true
Size: 1.1 KB
Versions: 7
Compression:
Stored size: 1.1 KB
Contents
# Circleci::Bundle::Update::Pr [![Gem Version][gem-badge]][gem-link] circleci-bundle-update-pr is a script for continues bundle update. Use in CircleCI ## Installation Add this line to your application's Gemfile: ```ruby gem 'circleci-bundle-update-pr' ``` And then execute: $ bundle Or install it yourself as: $ gem install circleci-bundle-update-pr ## Usage $ circleci-bundle-update-pr 'Git username' 'Git email address' By default, it works only on master branch, but you can also explicitly specify any branches rather than only master branch by adding them to the arguments. $ circleci-bundle-update-pr 'Git username' 'Git email address' master develop topic ## Contributing 1. Fork it ( https://github.com/masutaka/circleci-bundle-update-pr/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 [gem-badge]: https://badge.fury.io/rb/circleci-bundle-update-pr.svg [gem-link]: http://badge.fury.io/rb/circleci-bundle-update-pr
Version data entries
7 entries across 7 versions & 1 rubygems