Compare commits

..

No commits in common. "v1.0.2-dev" and "main" have entirely different histories.

5 changed files with 0 additions and 44 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 8b107d9c5a63e456383d1d97e8356554bfe80711

View File

@ -1,32 +0,0 @@
{
"id": "sc-audio",
"name": "shared-compendia-audio",
"title": "Shared Compendia Audio",
"description": "Sounds and music",
"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"
}
]
}