Release v0.1.16 2026-07-18
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user