Compare commits

...

2 Commits

Author SHA1 Message Date
woodpecker[bot] d5c9611a82 chore(release): 1.21.1
ci/woodpecker/tag/checks Pipeline was successful Details
ci/woodpecker/push/checks Pipeline was successful Details
ci/woodpecker/tag/publish Pipeline was successful Details
2023-09-16 09:59:34 +00:00
Johannes Loher 5c3ba9da05
build: fix bump-version
ci/woodpecker/pr/checks Pipeline was successful Details
ci/woodpecker/push/checks Pipeline was successful Details
ci/woodpecker/manual/checks Pipeline was successful Details
ci/woodpecker/manual/release Pipeline was successful Details
2023-09-16 11:55:39 +02:00
3 changed files with 10 additions and 9 deletions

View File

@ -2,7 +2,7 @@
"private": true,
"name": "dungeonslayers4",
"description": "An implementation of the Dungeonslayers 4 game system for Foundry Virtual Tabletop.",
"version": "1.21.0",
"version": "1.21.1",
"license": "https://git.f3l.de/dungeonslayers/ds4#licensing",
"homepage": "https://git.f3l.de/dungeonslayers/ds4",
"repository": {

View File

@ -28,11 +28,11 @@
"name": "Sascha Martens"
}
],
"license": "undefined/raw/tag/1.21.0/LICENSE.md",
"readme": "undefined/raw/tag/1.21.0/README.md",
"bugs": "undefined/issues",
"changelog": "undefined/releases/tag/1.21.0",
"version": "1.21.0",
"license": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/1.21.1/LICENSE.md",
"readme": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/1.21.1/README.md",
"bugs": "https://git.f3l.de/dungeonslayers/ds4/issues",
"changelog": "https://git.f3l.de/dungeonslayers/ds4/releases/tag/1.21.1",
"version": "1.21.1",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
@ -116,10 +116,11 @@
}
],
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/ds4/latest/system.json",
"download": "undefined/releases/download/1.21.0/ds4.zip",
"download": "https://git.f3l.de/dungeonslayers/ds4/releases/download/1.21.1/ds4.zip",
"initiative": "@combatValues.initiative.total",
"gridDistance": 1,
"gridUnits": "m",
"primaryTokenAttribute": "combatValues.hitPoints",
"manifestPlusVersion": "1.2.0"
"manifestPlusVersion": "1.2.0",
"url": "https://git.f3l.de/dungeonslayers/ds4"
}

View File

@ -10,7 +10,7 @@ import { hideBin } from "yargs/helpers";
const packageType = "system";
const repositoryOwner = process.env.CI_REPO_OWNER;
const repositoryName = process.env.CI_REPO_NAME;
const repositoryURL = process.env.CI_REPO_LINK;
const repositoryURL = process.env.CI_REPO_URL;
const forgeURL = process.env.CI_FORGE_URL;
const getManifestUrl = (channel) =>