mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
11 lines
565 B
Markdown
11 lines
565 B
Markdown
# 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. Go to the [release initiator workflow](https://github.com/hashicorp/vagrant/actions/workflows/initiate-release.yml)
|
|
|
|
1. Trigger a new run with the version to be released (it should not include a `v` prefix, for example: `1.0.0`)
|
|
|
|
1. After release is complete, update [Checkpoint](https://checkpoint.hashicorp.com/control)
|