From afb53a6f82597dbf25f6924ae1e0232f194763bd Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Sat, 1 Aug 2020 12:14:03 +0000 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 9d9d7a9..9a7f35d 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -21,4 +21,13 @@ cd android && ./gradlew bundleRelease This command creates an `app.aab` file in the folder `/android/app/build/outputs/bundle/release`. -[More on Android App Bundle](https://blog.swmansion.com/make-your-react-native-app-3x-smaller-44c993eda2c9) \ No newline at end of file +[More on Android App Bundle](https://blog.swmansion.com/make-your-react-native-app-3x-smaller-44c993eda2c9) + +You need to manually push the created tag to Gitlab: + +``` +git push origin +``` +Also don't forget to push your branch to Gitlab and review and merge it if ready! + +Yay, done (have a scoop of ice cream, I suggest coconut 🍦)! \ No newline at end of file