From 89a9321de0dd346479ed5fb6ac11ad9025cfc4c0 Mon Sep 17 00:00:00 2001 From: Ritvik Kapila Date: Fri, 6 Dec 2024 18:09:02 -0800 Subject: [PATCH] m --- DynamoDbEncryption/runtimes/rust/RELEASE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DynamoDbEncryption/runtimes/rust/RELEASE.md b/DynamoDbEncryption/runtimes/rust/RELEASE.md index ddcfecdec..8d7d5ff4c 100644 --- a/DynamoDbEncryption/runtimes/rust/RELEASE.md +++ b/DynamoDbEncryption/runtimes/rust/RELEASE.md @@ -5,6 +5,10 @@ To publish a new version of the aws-db-esdk for version N.N.N 1. ./start_release.sh N.N.N 1. cd ../../../releases/rust/db_esdk 1. Create a PR with all changed or added files +1. Within the PR, make sure you also: + 1. Update the `CHANGELOG.md` in the root directory with the changes + 1. If this is a major version bump, update the `SUPPORT_POLICY.rst` for Rust + 1. Get the PR reviewed by a teammate 1. cargo publish 1. cd ../../../DynamoDbEncryption/runtimes/rust/ # i.e. return here 1. ./test_published.sh N.N.N