Skip to content

Commit 85ff312

Browse files
authored
Update Spec.md
1 parent 4bfe955 commit 85ff312

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Spec.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,3 +1203,15 @@ to check manually that the changes are correct before they are released to users
12031203
To make the review process easier, set `x_netkan_staging_reason` to a string explaining why staging is enabled. This will
12041204
be inserted into the body of the pull request as a reminder of the manual checks that should be performed before merging.
12051205
For example, you may advise reviewers to check a module's game compatibility metadata against its forum thread.
1206+
1207+
##### `x_netkan_check_parent_downloads`
1208+
1209+
If true (default), check the downloads of up to 3 levels of parent repos.
1210+
1211+
This should be used for forks of mods that do not want to continue the download count from their parent mods.
1212+
1213+
An example `.netkan` excerpt:
1214+
1215+
```yaml
1216+
x_netkan_check_parent_downloads: false
1217+
```

0 commit comments

Comments
 (0)