aboutsummaryrefslogtreecommitdiff
path: root/app/flatpages/help/release_webhooks.md
diff options
context:
space:
mode:
Diffstat (limited to 'app/flatpages/help/release_webhooks.md')
-rw-r--r--app/flatpages/help/release_webhooks.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/app/flatpages/help/release_webhooks.md b/app/flatpages/help/release_webhooks.md
index b8ee785..24ab150 100644
--- a/app/flatpages/help/release_webhooks.md
+++ b/app/flatpages/help/release_webhooks.md
@@ -63,15 +63,7 @@ The process is as follows:
## Configuring
-### Setting minimum and maximum Minetest versions
-
-1. Open up the conf file for the package.
- This will be `game.conf`, `mod.conf`, `modpack.conf`, or `texture_pack.conf`
- depending on the content type.
-2. Set `min_minetest_version` and `max_minetest_version` to the respective Minetest versions.
-
- Eg:
-
- min_minetest_version = 5.0
-
-Also see [Package Configuration and Releases Guide](/help/package_config/).
+See the [Package Configuration and Releases Guide](/help/package_config/) for
+documentation on configuring the release creation.
+You can set the min/max Minetest version from the Git repository, and also
+configure what files are included.