Sha256: 5edfb2d9a0bf13362bc9373ba21c4d0ed82a49caf127c28cf84252250119cbe1

Contents?: true

Size: 1.16 KB

Versions: 9

Compression:

Stored size: 1.16 KB

Contents

# Releasing Vagrant

This documents how to release Vagrant. Various steps in this document will
require privileged access to private systems, so this document is only
targeted at Vagrant core members who have the ability to cut a release.

1. Update `version.txt` to the version you want to release.

1. Update `CHANGELOG.md` to have a header with the release version and date.

1. Commit those changes and also tag the release with the version:

    ```
    $ git tag vX.Y.Z
    $ git push --tags
    ```

1. This will automatically trigger an installer creation, upload the artifacts,
  and publish the release.

1. After the release has been published update the `website/config.rb` to point
  to the latest version, commit, and push.

1. Publish the webiste by deleting the `stable-website` branch, recreate the branch,
  and force push. From the `master` branch, run:

   ```
   $ git branch -D stable-website
   $ git branch -b stable-website
   $ git push -f origin stable-website
   ```

1. Update `version.txt` to append `.dev` and add a new blank entry in the
  CHANGELOG, commit, and push.

1. Update [Checkpoint](https://checkpoint.hashicorp.com/control) with the new
  version.

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/RELEASE.md
vagrant-unbundled-2.2.10.0 RELEASE.md
vagrant-unbundled-2.2.9.0 RELEASE.md
vagrant-unbundled-2.2.8.0 RELEASE.md
vagrant-unbundled-2.2.7.0 RELEASE.md
vagrant-unbundled-2.2.6.2 RELEASE.md
vagrant-unbundled-2.2.6.1 RELEASE.md
vagrant-unbundled-2.2.6.0 RELEASE.md
vagrant-unbundled-2.2.5.0 RELEASE.md