Skip to content

Commit

Permalink
Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jan 10, 2015
1 parent 10ff740 commit f402dc6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* Add unit tests for modulegetter and config.
* Readme updates.
* Add changelog.
* Fix bug in newer Vagrant where provider does not have .name
* Fix bug in newer Vagrant where provider does not have .name ([issue #3](https://github.com/jantman/vagrant-r10k/issues/3))
* Update README.md

## 0.1.1 2014-08-07 Jason Antman <[email protected]>

Expand Down
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,9 @@ The configuration for r10k and puppet would look like:
1. Fork it ( https://github.com/jantman/vagrant-r10k/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Increment the version number in `lib/vagrant-r10k/version.rb`
5. Add yourself to the "Contributors" list below.
6. Push to the branch (`git push origin my-new-feature`)
7. Create a new Pull Request
4. Add yourself to the "Contributors" list below.
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request

### Contributors

Expand All @@ -129,6 +128,15 @@ to the above command).

Exporting ``VAGRANT_LOG=debug`` will also turn on debug-level logging for r10k.

## Releasing

1. Ensure all tests are passing, coverage is acceptable, etc.
2. Increment the version number in ``lib/vagrant-r10k/version.rb``
3. Update CHANGES.md
4. Push those changes to origin.
5. ``bundle exec rake build``
6. ``bundle exec rake release``

## Acknowlegements

Thanks to the following people:
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-r10k/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module R10k
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end

0 comments on commit f402dc6

Please sign in to comment.