Files
teleport/docs/postrelease.md
T
Zac Bergquist 3d1e556d80 postrelease: update PR link (#50650)
* postrelease: update PR link

This page linked to an old PR that's not applicable with the latest
release tooling. Link to a more modern PR to avoid confusion.

* Update postrelease.md
2025-01-22 17:01:19 +00:00

1.2 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.

Major releases only