Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 626 Bytes

RELEASE.md

File metadata and controls

18 lines (11 loc) · 626 Bytes

Release process

This is vagrant-rackspace's current release process, documented so people know what is currently done.

Prepare the release

  • Update the version in "lib/vagrant-rackspace/version.rb"
  • Update the version in CHANGELOG.md
  • Use "rake release". This will make sure to tag that commit and push it RubyGems.
  • Create new github release
  • 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