]> git.lizzy.rs Git - cheatdb.git/commitdiff
Fix typos
authorrubenwardy <rw@rubenwardy.com>
Wed, 3 Jun 2020 17:28:08 +0000 (18:28 +0100)
committerrubenwardy <rw@rubenwardy.com>
Wed, 3 Jun 2020 17:28:08 +0000 (18:28 +0100)
app/flatpages/help/package_config.md
app/flatpages/help/release_webhooks.md

index 61bc5b28d14d50601354041121bc3fee074280d3..13db160910e0048f9ec1e3c5245f36f944ab97e6 100644 (file)
@@ -26,9 +26,9 @@ ContentDB understands the following information:
 
 * `description` - A short description to show in the client.
 * `depends` - Comma-separated hard dependencies.
-* `optional_depends` - Comma-separated hard dependencies.
-* `min_minetest_version` - The minimum Minetest version this runs on.
+* `optional_depends` - Comma-separated soft dependencies.
 * `min_minetest_version` - The minimum Minetest version this runs on.
+* `max_minetest_version` - The maximum Minetest version this runs on.
 
 and for mods only:
 
@@ -36,6 +36,11 @@ and for mods only:
 
 ## Controlling Release Creation
 
+### Git Releases and Submodules
+
+ContentDB can automatically create releases from a git repository.
+It will include submodules in the resulting archive.
+
 ### Automatic Release Creation
 
 The preferred way is to use [webhooks from GitLab or GitHub](/help/release_webhooks/).
@@ -52,7 +57,8 @@ This happens when you create a release via the ContentDB web interface, the
 
 ### Excluding files
 
-You can exclude files from a release by using [gitattributes](https://git-scm.com/docs/gitattributes):
+When using git to create releases,
+you can exclude files from a release by using [gitattributes](https://git-scm.com/docs/gitattributes):
 
 
        .*              export-ignore
index b40f0e38038aca174f703a53801b62100476efab..b8ee785767c7a8313296ad3c1e7c209cb86072b3 100644 (file)
@@ -73,3 +73,5 @@ The process is as follows:
      Eg:
 
          min_minetest_version = 5.0
+
+Also see [Package Configuration and Releases Guide](/help/package_config/).