1
0

Remove support for release tag page url.

Only asset url is now accepted for fixed-release-tag-updates
This commit is contained in:
Gabriel Freitas
2025-07-07 12:06:11 -03:00
parent 13479ddc91
commit 412c6df3d0
3 changed files with 13 additions and 20 deletions

View File

@@ -59,7 +59,7 @@ This file stores essential metadata in JSON format. **Make sure you adhere to th
- *fixed-release-tag-updates*: (*Optional*) Set to `true` if your mod uses a fixed release tag and still wants to auto-update when modifying the underlying files. This can be useful for repositories with multiple mods, allowing you to have a release tag dedicated for each mod where you upload new versions. Note that:
- Requires `automatic-version-check` to also be set to `true`.
- Requires that the `version` field is not set as the version will be extracted from the asset's upload date.
- The `downloadURL` must point to a specific release asset or a specific release page using a link such: `https://github.com/author/repo/releases/tag/my-release-tag` or `https://github.com/author/repo/releases/download/my-release-tag/mod.zip`.
- The `downloadURL` must point to a specific release asset using a link such as `https://github.com/author/repo/releases/download/my-release-tag/mod.zip`.