File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
DynamoDbEncryption/runtimes/rust Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ To publish a new version of the aws-db-esdk for version N.N.N
331 . Acquire the appropriate permissions
441 . Ensure git checkout of main is fresh and clean
551 . ./start_release.sh N.N.N
6- 1 . cd ../../../releases/rust/db_esdk
6+ 1 . ` cd ../../../releases/rust/db_esdk `
771 . Create a PR with all changed or added files
881 . Within the PR, make sure you also:
99 1 . Update the ` CHANGELOG.md ` in the root directory with the changes
1010 1 . If this is a major version bump, update the ` SUPPORT_POLICY.rst ` for Rust
1111 1 . Get the PR reviewed by a teammate
12- 1 . cargo publish
13- 1 . cd ../../../DynamoDbEncryption/runtimes/rust/ # i.e. return here
12+ 1 . Before merging the PR, publish the new version of the ` aws-db-esdk ` crate and test the published crate (documented in next steps)
13+ 1 . Run ` cargo publish `
14+ 1 . ` cd ../../../DynamoDbEncryption/runtimes/rust/ ` # i.e. return here
14151 . ./test_published.sh N.N.N
16+ 1 . Ignore/stash the changes in ` DynamoDbEncryption/runtimes/rust/test_examples/Cargo.toml ` which adds the ` aws-db-esdk `
17+ 1 . Merge the release PR
You can’t perform that action at this time.
0 commit comments