Release v0.1.16 2026-07-18

This commit is contained in:
Warren H
2026-07-18 20:50:51 -04:00
parent ea5d4550a5
commit 5045f17b94
5 changed files with 155 additions and 14 deletions
+10 -2
View File
@@ -97,8 +97,16 @@ The repository target is:
https://git.whoagland.com/phenom/i-want-to-heal-mmo.git
```
The Mac publisher is configured with the Gitea release token. `GITEA_TOKEN` can
optionally override it for one run. Publish from `main`:
Create `git-token` in the repository root. Paste only the Gitea token into it:
```text
gitea_token_value_goes_here
```
Do not add quotes or a `GITEA_TOKEN=` prefix. The exact `/git-token` path is
Git-ignored. Restrict local file access with `chmod 600 git-token`. The publisher
reads it automatically. `GITEA_TOKEN` remains available as an optional override.
Publish from `main` normally:
```bash
pnpm publish:gitea -- --message "Describe the update"