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

main v1.0.2-main
dmitry_k 2023-09-19 14:59:23 +00:00
commit b83f48ee1c
7 changed files with 58 additions and 6 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

View File

@ -21,3 +21,7 @@
`Дар фей` - добавить эффекты особенностей `Дар фей` - добавить эффекты особенностей
`Смена формы` - добавить карточки смены формы `Смена формы` - добавить карточки смены формы
@attributes.prof @attributes.prof
### v1.0.0
* переход на droneci
* добавлена 11 релиз foundry

1
helper-scripts 160000

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

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long