Compare commits

..

No commits in common. "5908869fc5b0bed893a1f62613fa203eab5551b2" and "45de9c948021e8035bfa96ce1e2c56242362f6a1" have entirely different histories.

6 changed files with 477 additions and 521 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,32 +0,0 @@
{
"id": "sc-spells",
"name": "shared-compendia-spells",
"title": "Shared Compendia Spells",
"description": "List of magic spells",
"authors": [
{
"name": "leego neit"
}
],
"version": "$RELEASE_TAG",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"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-spells",
"label": "sc spells",
"path": "packs/sc-spells.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-spells",
"system": "dnd5e"
}
]
}

File diff suppressed because one or more lines are too long