diff options
author | rubenwardy <rw@rubenwardy.com> | 2020-09-16 23:32:24 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2020-09-16 23:32:39 +0100 |
commit | d76f10c31281ded60b7d82bf81383b36f5813da8 (patch) | |
tree | 2dc4e1bee86efe8cc8bb227b635142631d18644c /app/flatpages/help/release_webhooks.md | |
parent | a1e0e37223436b9d1c65d6f75251faf5226f2f79 (diff) | |
download | cheatdb-d76f10c31281ded60b7d82bf81383b36f5813da8.tar.xz |
Improve documentation
Diffstat (limited to 'app/flatpages/help/release_webhooks.md')
-rw-r--r-- | app/flatpages/help/release_webhooks.md | 16 |
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. |