mirror of
https://codeberg.org/secana/Forji.git
synced 2026-06-16 05:13:55 -07:00
docs: improve distribution docs
This commit is contained in:
parent
003fbb9703
commit
33c6938b6c
1 changed files with 18 additions and 0 deletions
|
|
@ -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**:
|
||||
|
|
|
|||
Loading…
Reference in a new issue