From 4270e9fdac410d6bf34f243a95ef84631e8e20cd Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Tue, 4 Feb 2025 13:31:31 -0600 Subject: [PATCH] Write out the entire release process in steps --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a17e2e4..f61652c 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ In Android Studio, set the line length using Preferences → Editor → Code Sty # Prerelease -Push a git tag `v#.#.#-##`, e.g. `v0.5.2-0`, and `.github/release.yml` will build a draft release and publish it to iOS TestFlight and Android internal track. +Push a git tag `v#.#.#-##`, e.g. `v0.5.1-0`, and `.github/release.yml` will build a draft release and publish it to iOS TestFlight and Android internal track. `./swift-format.sh` can be used to format Swift code in the repo. @@ -51,6 +51,7 @@ Once `swift-format` supports ignoring directories (. \ No newline at end of file