mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
58 lines
1.0 KiB
JSON
58 lines
1.0 KiB
JSON
{
|
|
"documentation": [
|
|
"Place this file in the root of your repo in order to configure TGS3 per repository options",
|
|
"This file is not required, it merely configures changelog generation, static directories, and .dlls",
|
|
"All keys except the ones below are ignored by the service"
|
|
],
|
|
"changelog": {
|
|
"script": "path/to/changelog/generator.py",
|
|
"arguments": "space delimited \"script arguments\"",
|
|
"pip_dependancies": [
|
|
"optional",
|
|
"list",
|
|
"of",
|
|
"pip",
|
|
"install",
|
|
"packages"
|
|
]
|
|
},
|
|
"synchronize_paths": [
|
|
"list",
|
|
"of",
|
|
"regex",
|
|
"paths",
|
|
"to",
|
|
"stage",
|
|
"for",
|
|
"git",
|
|
"commit"
|
|
],
|
|
"static_directories": [
|
|
"list",
|
|
"of",
|
|
"directories",
|
|
"that",
|
|
"should",
|
|
"not",
|
|
"be",
|
|
"changed",
|
|
"with",
|
|
"repo",
|
|
"updates",
|
|
"et al"
|
|
],
|
|
"dlls": [
|
|
"list",
|
|
"of",
|
|
".dlls",
|
|
"that",
|
|
"your",
|
|
"game",
|
|
"uses",
|
|
"these",
|
|
"will",
|
|
"be",
|
|
"handled",
|
|
"properly"
|
|
]
|
|
} |