Document repo metadata field in example metadata
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -13,7 +13,9 @@ spirit as [tic80-tools](../tic80-tools).
|
||||
`platform=c64`).
|
||||
- `example-metadata.json` — catalog metadata; the `version` field drives
|
||||
`ci-version`, the rest (`name`, `title`, `author`, `desc`, `site`,
|
||||
`license`) is what `SoftwareUpdater::C64Service` writes into the DB.
|
||||
`repo`, `license`) is what `SoftwareUpdater::C64Service` writes into
|
||||
the DB (`site` becomes the "Source Code", `repo` the "Repository"
|
||||
external link).
|
||||
- `example-tasks.json` — VS Code `.vscode/tasks.json` wrapping the local
|
||||
make targets.
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"author": "Teletype Games",
|
||||
"desc": "Short description of the game.",
|
||||
"site": "https://git.teletypegames.org/games/example",
|
||||
"repo": "https://git.teletypegames.org/games/example",
|
||||
"license": "MIT",
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user