Skip to content

Commit 1cdebcc

Browse files
committed
m
1 parent 3301d61 commit 1cdebcc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

DynamoDbEncryption/runtimes/rust/RELEASE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ To publish a new version of the aws-db-esdk for version N.N.N
33
1. Acquire the appropriate permissions
44
1. Ensure git checkout of main is fresh and clean
55
1. ./start_release.sh N.N.N
6-
1. cd ../../../releases/rust/db_esdk
6+
1. `cd ../../../releases/rust/db_esdk`
77
1. Create a PR with all changed or added files
88
1. 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
1415
1. ./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

0 commit comments

Comments
 (0)