- 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 (
time TEST_COMPUTE_INIT=1 TEST_COMPUTE_BUILD=1 TEST_COMPUTE_DEPLOY=1 make all
). - Open a new PR to update CHANGELOG (example)1.
- Merge CHANGELOG.
- Rebase latest remote main branch locally (
git pull --rebase origin main
). - Tag a new release (
tag=vX.Y.Z && git tag -s $tag -m "$tag" && git push origin $tag
)2. - Copy/paste CHANGELOG into the draft release.
- Publish draft release.
- Communicate the release in the relevant Slack channels3.
- We utilize semantic versioning and only include relevant/significant changes within the CHANGELOG.
- Triggers a github action that produces a 'draft' release.
- Fastly make internal announcements in the Slack channels:
#api-clients
,#ecp-languages
.