teleport/docs/postrelease.md
Zac Bergquist 15dac54519
Update docs version automatically (#30584)
* Update docs version automatically

Adds a new job to the post-release workflow that automatically updates
the docs version when a new release is published.

Note: we do the plugin version as well, even though it's likely that
the teleport-plugins release is still outstanding. That's okay though,
we can wait to merge the PR if we want to.

Closes #12961

* Update postrelease docs
2023-08-17 15:27:32 +00:00

1.1 KiB

Post-release Checklist

This checklist is to be run after cutting a release.

All releases

Our GitHub Actions workflows will create two PRs when a release is published:

  1. A PR against the release branch that updates the default version in our docs.
  2. A PR that updates the AWS AMI IDs for the new release. (This job only runs for releases on the latest release branch)

The AWS AMI ID PR can be merged right away.

The docs version PR should be merged after the gravitational/teleport-plugins release is published, since the PR will include an update to the plugins version as well.

Major releases only