diff --git a/DISTRIBUTE.md b/DISTRIBUTE.md index b70c240..09f22a7 100644 --- a/DISTRIBUTE.md +++ b/DISTRIBUTE.md @@ -1,5 +1,23 @@ # Distributing Forji +A short description on how to distribute a new version of the Forji app to the Apple App Store. + +## 0. Pre-Release + +Make sure the code has no linting errors and is formatted correctly: + +```bash +just format +just lint +``` + +Run all tests: + +```bash +just test +just test-ui +``` + ## 1. Bump the version In Xcode, select the project → target **Forji** → **General** → **Identity**: