From ae3b44f83473076beb4c2db516504d82d8b1aab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Hern=C3=A1ndez?= Date: Wed, 15 Jul 2020 15:34:00 +0100 Subject: [PATCH] Update steps to add new version on App Store Connect (#392) * Update steps to add new version on App Store Connect * Delete warning around new version creation bug Co-authored-by: Daniel Spindelbauer Co-authored-by: Daniel Spindelbauer --- Cookbook/Technical-Documents/ReleaseProcess.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cookbook/Technical-Documents/ReleaseProcess.md b/Cookbook/Technical-Documents/ReleaseProcess.md index 70aa573f2..3e8c54adc 100644 --- a/Cookbook/Technical-Documents/ReleaseProcess.md +++ b/Cookbook/Technical-Documents/ReleaseProcess.md @@ -61,8 +61,9 @@ There are usually two release engineers working at any given time. It goes witho 4. Bump the release version by triggering the Slack command (e.g. `/testflight Babylon version:4.1.0`) in `#ios-build` (you can run the command every time you want to upload a new build). * This creates a TestFlight build (try to make one as early as possible so that you can catch issues like missing/expired certificates or profiles and any other production build errors early). 5. Create a new version in [AppStoreConnect](https://appstoreconnect.apple.com) (login using your own account) / My Apps - 1. On the sidebar click `+ Version or Platform` and select `iOS`. - 1. Input the new version number. + 1. Navigate to the app you want to create a new version for + 1. On the sidebar click the `+` button next to the iOS App header + 1. Input the new version number. During this stage, the **release manager** has the following tasks: