# Release process This is the current release process for 'vagrant-profitbricks'. ## Prepare the release * Update the version in "lib/vagrant-profitbricks/version.rb" * Update the version in CHANGELOG.md * Use "rake release". This will make sure to tag that commit and push it to RubyGems. * Create new [github release](https://github.com/profitbricks/vagrant-profitbricks/releases) * Update the version again in both files to a dev version for working again. The CHANGELOG.md should be maintained in a similar format to Vagrant: https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md