Setup config to be functional with pre-release file

This commit is contained in:
Aurelien Vaillant
2022-03-01 09:56:43 +01:00
parent f63fe975b3
commit b7936db235
5 changed files with 22 additions and 8 deletions
+2 -1
View File
@@ -14,6 +14,7 @@ Update the file "tests/main.py", line 29, set your addon name.
All unit tests call docker image [stilobique/blender:latest](https://hub.docker.com/repository/docker/stilobique/blender).
# Addons/Plugins dependency
Update json file `tests/dependency.json` with name, archive and repository Github path.
Update json file `tests/dependency.json` with name, archive and repository Github path. Each entry requiert `archive
name`, the repository url path '{owner}/{repo}' and optional parameter if the release needed to be a prerelease.
> ⛔ The `moderlab_plugin` need to be on last entry.