Compare commits

..

No commits in common. "c50f9a47fcf482bdb85a945a655f10e8cf9fa485" and "e8145419f27a153bcb2418991c6e37a1d0e8a98e" have entirely different histories.

7 changed files with 823 additions and 137 deletions

View File

@ -1,5 +0,0 @@
---
kind: template
load: new-release.yaml
data:
image: gitea.kdiva.ru/infrastructure/archiver:latest

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "helper-scripts"]
path = helper-scripts
url = https://gitea.kdiva.ru/modules/helper-scripts.git

View File

@ -1,3 +0,0 @@
### v1.0.0
* переход на droneci
* добавлена 11 релиз foundry

@ -1 +0,0 @@
Subproject commit 27c8f5203f295bb028a77b129b40c709bf941c28

View File

@ -1,41 +0,0 @@
{
"id": "sc-creatures",
"name": "shared-compendia-creatures",
"title": "Shared Compendia Creatures",
"description": "Monster manual",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "11",
"maximum": "11"
},
"url": "${DRONE_REPO_LINK}",
"manifest": "${DRONE_REPO_LINK}/releases/download/latest/module.json",
"download": "${DRONE_REPO_LINK}/releases/download/$RELEASE_TAG/module.zip",
"packs": [
{
"name": "sc-creatures",
"label": "sc creatures",
"path": "packs/sc-creatures.db",
"entity": "Actor",
"type": "Actor",
"module": "shared-compendia-creatures",
"system": "dnd5e"
},
{
"name": "sc-creature-features",
"label": "sc creature features",
"path": "packs/sc-creature-features.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-creatures",
"system": "dnd5e"
}
]
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long