Compare commits

..

2 Commits

Author SHA1 Message Date
dmitry.kirdyashkin 3ec88b0a73 v1.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-07-24 23:13:41 +03:00
dmitry.kirdyashkin c99ee25667 v1.0.0 2023-07-24 15:49:34 +03:00
5 changed files with 44 additions and 0 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 8b107d9c5a63e456383d1d97e8356554bfe80711

View File

@ -0,0 +1,32 @@
{
"id": "sc-characters",
"name": "shared-compendia-characters",
"title": "Shared Compendia Characters",
"description": "Pregenerated characters list",
"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-characters",
"label": "sc characters",
"path": "packs/sc-characters.db",
"entity": "Actor",
"type": "Actor",
"module": "shared-compendia-characters",
"system": "dnd5e"
}
]
}