We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ef5af commit 89a9321Copy full SHA for 89a9321
DynamoDbEncryption/runtimes/rust/RELEASE.md
@@ -5,6 +5,10 @@ To publish a new version of the aws-db-esdk for version N.N.N
5
1. ./start_release.sh N.N.N
6
1. cd ../../../releases/rust/db_esdk
7
1. Create a PR with all changed or added files
8
+1. Within the PR, make sure you also:
9
+ 1. Update the `CHANGELOG.md` in the root directory with the changes
10
+ 1. If this is a major version bump, update the `SUPPORT_POLICY.rst` for Rust
11
+ 1. Get the PR reviewed by a teammate
12
1. cargo publish
13
1. cd ../../../DynamoDbEncryption/runtimes/rust/ # i.e. return here
14
1. ./test_published.sh N.N.N
0 commit comments