Compare commits

...

2 Commits
1.4.1 ... 1.4.2

Author SHA1 Message Date
woodpecker[bot] caf0d70c5c chore(release): 1.4.2
ci/woodpecker/push/checks Pipeline was successful Details
ci/woodpecker/tag/checks Pipeline was successful Details
ci/woodpecker/tag/publish Pipeline was successful Details
ci/woodpecker/manual/checks Pipeline was successful Details
ci/woodpecker/manual/release Pipeline was successful Details
2023-11-05 21:32:26 +00:00
Johannes Loher 5bf71441d7
build: fix bump-version
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-11-05 22:31:33 +01:00
3 changed files with 10 additions and 9 deletions

View File

@ -10,11 +10,11 @@
"ko-fi": "ghostfvtt"
}
],
"license": "undefined/raw/tag/1.4.1/LICENSE.md",
"readme": "undefined/raw/tag/1.4.1/README.md",
"bugs": "undefined/issues",
"changelog": "undefined/releases/tag/1.4.1",
"version": "1.4.1",
"license": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.2/LICENSE.md",
"readme": "https://git.f3l.de/dungeonslayers/tickwerk/raw/tag/1.4.2/README.md",
"bugs": "https://git.f3l.de/dungeonslayers/tickwerk/issues",
"changelog": "https://git.f3l.de/dungeonslayers/tickwerk/releases/tag/1.4.2",
"version": "1.4.2",
"flags": {
"hotReload": {
"extensions": ["css", "hbs", "json"],
@ -40,6 +40,7 @@
}
],
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/tickwerk/latest/module.json",
"download": "undefined/releases/download/1.4.1/tickwerk.zip",
"manifestPlusVersion": "1.2.0"
"download": "https://git.f3l.de/dungeonslayers/tickwerk/releases/download/1.4.2/tickwerk.zip",
"manifestPlusVersion": "1.2.0",
"url": "https://git.f3l.de/dungeonslayers/tickwerk"
}

View File

@ -2,7 +2,7 @@
"private": true,
"name": "tickwerk",
"description": "A tick based combat system for Foundry Virtual Tabletop",
"version": "1.4.1",
"version": "1.4.2",
"license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
"homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
"repository": {

View File

@ -10,7 +10,7 @@ import { hideBin } from 'yargs/helpers';
const packageType = 'module';
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) =>