From 240d74cdfb85bb3e23c252a4737f1519930303a2 Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Wed, 13 Sep 2023 14:42:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fbf3c992..59ef71750 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ We use [fastlane](https://docs.fastlane.tools/) to help automate parts of the de ### Using Fastlane -The current expectation is that you we tag to freeze the code, bump the internal build number, and describe the changes represented by the tag. Then we release to make builds and publish on Github. Later, presumably when some of the change logs have been translated, we push builds for internal testing. If that looks ok, we push to public testing, and later to production release. +The current expectation is that we tag to freeze the code, bump the internal build number, and describe the changes represented by the tag. Then we release to make builds and publish on Github. Later, presumably when some of the change logs have been translated, we push builds for internal testing. If that looks ok, we push to public testing, and later to production release. ```zsh # Make a git tag. This will bump the build number and prompt you to describe