- Merge all PRs intended for the release.
- Rebase latest remote main branch locally (
git pull --rebase origin main
). - Ensure all analysis checks and tests are passing (
TEST_PARALLELISM=8 make testacc
). - Open a new PR to update CHANGELOG (example)1.
- Merge CHANGELOG.
- Rebase latest remote main branch locally (
git pull --rebase origin main
)2. - Tag a new release (
tag=vX.Y.Z && git tag -s $tag -m "$tag" && git push origin $tag
)3. - Copy/paste CHANGELOG into the draft release.
- Publish draft release4.
- Communicate the release in the relevant Slack channels5.
- We utilize semantic versioning and only include relevant/significant changes within the CHANGELOG.
- Manually update generated
docs/index.md
and force push (as we're not able to update the git tag until the next step). - Triggers a github action that produces a 'draft' release.
- Triggers a github webhook that produces a release on the terraform registry.
- Fastly make internal announcements in the Slack channels:
#api-clients
,#ecp-languages
.