chore: revert version to 1.20.0-0 and fix formatting on release #137

Merged
saluu merged 1 commit from fix-version into main 2023-07-22 00:50:33 +02:00
3 changed files with 11 additions and 23 deletions

View file

@ -34,7 +34,7 @@ steps:
- git config user.name woodpecker[bot] - git config user.name woodpecker[bot]
- git config user.email woodpecker[bot]@${CI_SYSTEM_HOST} - git config user.email woodpecker[bot]@${CI_SYSTEM_HOST}
- pnpm bump-version --release=${RELEASE_TYPE} - pnpm bump-version --release=${RELEASE_TYPE}
- pnpm exec prettier package.json system.json - pnpm exec prettier --write package.json system.json
- export RELEASE_VERSION=$(jq -r '.version' < package.json) - export RELEASE_VERSION=$(jq -r '.version' < package.json)
- git --no-pager diff - git --no-pager diff
- git add package.json system.json - git add package.json system.json

View file

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

View file

@ -29,35 +29,23 @@
} }
], ],
"url": "https://git.f3l.de/dungeonslayers/ds4", "url": "https://git.f3l.de/dungeonslayers/ds4",
"license": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/1.20.0-1/LICENSE.md", "license": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/1.20.0-0/LICENSE.md",
"readme": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/1.20.0-1/README.md", "readme": "https://git.f3l.de/dungeonslayers/ds4/raw/tag/1.20.0-0/README.md",
"bugs": "https://git.f3l.de/dungeonslayers/ds4/issues", "bugs": "https://git.f3l.de/dungeonslayers/ds4/issues",
"changelog": "https://git.f3l.de/dungeonslayers/ds4/releases/tag/1.20.0-1", "changelog": "https://git.f3l.de/dungeonslayers/ds4/releases/tag/1.20.0-0",
"version": "1.20.0-1", "version": "1.20.0-0",
"flags": { "flags": {
"hotReload": { "hotReload": {
"extensions": [ "extensions": ["css", "hbs", "json"],
"css", "paths": ["templates", "css", "lang"]
"hbs",
"json"
],
"paths": [
"templates",
"css",
"lang"
]
} }
}, },
"compatibility": { "compatibility": {
"minimum": "11.305", "minimum": "11.305",
"verified": "11" "verified": "11"
}, },
"esmodules": [ "esmodules": ["ds4.js"],
"ds4.js" "styles": ["css/ds4.css"],
],
"styles": [
"css/ds4.css"
],
"languages": [ "languages": [
{ {
"lang": "en", "lang": "en",
@ -129,7 +117,7 @@
} }
], ],
"manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/ds4/beta/system.json", "manifest": "https://git.f3l.de/api/packages/dungeonslayers/generic/ds4/beta/system.json",
"download": "https://git.f3l.de/dungeonslayers/ds4/releases/download/1.20.0-1/ds4.zip", "download": "https://git.f3l.de/dungeonslayers/ds4/releases/download/1.20.0-0/ds4.zip",
"initiative": "@combatValues.initiative.total", "initiative": "@combatValues.initiative.total",
"gridDistance": 1, "gridDistance": 1,
"gridUnits": "m", "gridUnits": "m",