From 365cb4f2b619988a8c756fbf994bdd195d8cd0a3 Mon Sep 17 00:00:00 2001 From: Jayanthan Raveendiran Date: Sat, 15 Feb 2020 22:27:54 -0800 Subject: [PATCH] update `README` with deployment steps --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee50f18..57aa433 100644 --- a/README.md +++ b/README.md @@ -95,4 +95,11 @@ Compiling from source under the assumption that the appropriate [rust toolchain git clone git@github.com:jayrave/android_localization.git cd android_localization cargo build --release -``` \ No newline at end of file +``` + + +# Deployment +- Update version in `cli/Cargo.toml` +- Update `CHANGELOG.md` +- Add `release` tag which would trigger travis `deploy` +- Once all executables are uploaded, publish the draft release