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
3
3
1 . Acquire the appropriate permissions
4
4
1 . Ensure git checkout of main is fresh and clean
5
5
1 . ./start_release.sh N.N.N
6
- 1 . cd ../../../releases/rust/db_esdk
6
+ 1 . ` cd ../../../releases/rust/db_esdk `
7
7
1 . Create a PR with all changed or added files
8
8
1 . Within the PR, make sure you also:
9
9
1 . Update the ` CHANGELOG.md ` in the root directory with the changes
10
10
1 . If this is a major version bump, update the ` SUPPORT_POLICY.rst ` for Rust
11
11
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
14
15
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
You can’t perform that action at this time.
0 commit comments