File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
DynamoDbEncryption/runtimes/rust Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ To publish a new version of the aws-db-esdk, version 1.2.3
2+
3+ 1 . Acquire the appropriate permissions
4+ 1 . Ensure git checkout of main is fresh and clean
5+ 1 . ./start_release.sh 1.2.3
6+ 1 . cd ../../../releases/rust/db_esdk
7+ 1 . Create a PR with changes
8+ 1 . cargo publish
9+ 1 . cd ../../../DynamoDbEncryption/runtimes/rust/ # i.e. return here
10+ 1 . ./test_published.sh
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /bin/bash -eu
22
33cd $( dirname ${BASH_SOURCE[0]} )
44
@@ -22,11 +22,11 @@ rm -rf ../../../releases/rust/db_esdk
2222cp -r . ../../../releases/rust/db_esdk
2323cd ../../../releases/rust/db_esdk
2424git checkout dafny_runtime_rust
25- rm -f * ~
26- rm -f copy_externs.sh prepare_release.sh test_release * .pem
25+ rm -rf * ~ copy_externs.sh start_release.sh test_published.sh test_examples * .pem RELEASE.md
2726echo Cargo.lock > .gitignore
2827echo target >> .gitignore
2928
3029cargo test
3130cargo run --example main
3231rm -f Cargo.lock * .pem
32+
You can’t perform that action at this time.
0 commit comments