v1.0.5
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

main v1.0.5-main
dmitry_k 2023-09-19 14:53:28 +00:00
commit 752ba88a65
7 changed files with 95 additions and 1 deletions

5
.drone.yml 100644
View File

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

3
.gitmodules vendored 100644
View File

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

3
README.md 100644
View File

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

1
helper-scripts 160000

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

View File

@ -0,0 +1,41 @@
{
"id": "sc-backgrounds",
"name": "shared-compendia-backgrounds",
"title": "Shared Compendia Backgrounds",
"description": "Character background list",
"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-backgrounds",
"label": "sc backgrounds",
"path": "packs/sc-backgrounds.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
},
{
"name": "sc-background-features",
"label": "sc background features",
"path": "packs/sc-background-features.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
}
]
}

41
somefile 100644
View File

@ -0,0 +1,41 @@
{
"id": "sc-backgrounds",
"name": "shared-compendia-backgrounds",
"title": "Shared Compendia Backgrounds",
"description": "Character background list",
"authors": [
{
"name": "leego neit"
}
],
"version": "1.0.11",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"maximum": "10"
},
"url": "https://gitea.kdiva.ru/modules/sc-backgrounds",
"manifest": "https://gitea.kdiva.ru/modules/sc-backgrounds/raw/branch/main/src/module.json",
"download": "https://gitea.kdiva.ru/api/packages/modules/generic/sc-backgrounds/1.0.11/module.zip",
"packs": [
{
"name": "sc-backgrounds",
"label": "sc backgrounds",
"path": "packs/sc-backgrounds.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
},
{
"name": "sc-background-features",
"label": "sc background features",
"path": "packs/sc-background-features.db",
"entity": "Item",
"type": "Item",
"module": "shared-compendia-backgrounds",
"system": "dnd5e"
}
]
}

File diff suppressed because one or more lines are too long