Compare commits

..

4 Commits

Author SHA1 Message Date
dmitry_k 5908869fc5 Merge pull request 'v1.0.2' (#2) from dev into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #2
2023-09-19 13:48:36 +00:00
dmitry.kirdyashkin 250a5c2c45 v.1.0.2
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-09-19 16:42:34 +03:00
dmitry.kirdyashkin 6f8055bd4f v1.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details
2023-07-24 23:07:43 +03:00
dmitry.kirdyashkin 14f68eb1a4 v1.0.0 2023-07-24 15:49:02 +03:00
6 changed files with 521 additions and 477 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,32 @@
{
"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