docs: improve distribution docs

This commit is contained in:
Stefan Hausotte 2026-03-08 19:51:42 +01:00
parent 003fbb9703
commit 33c6938b6c

View file

@ -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**: