15 Commits
1.0.2 ... 1.0.4

Author SHA1 Message Date
Gitlab CI
f0106cfd53 chore: Release 1.0.4 2021-12-27 11:31:35 +00:00
Matthieu CAILLEAUX
91d8af2079 Merge branch 'master' of gitlab.com:greenskin-foundryvtt/wfrp4-actor-sheet-print 2021-12-27 12:16:13 +01:00
Matthieu CAILLEAUX
a7229712ad chore: test template envsubst 2021-12-27 12:16:02 +01:00
Gitlab CI
9594df4f3e chore: Release 1.0.3 2021-12-26 19:26:57 +00:00
Matthieu CAILLEAUX
8a66695365 chore: test release 2021-12-26 20:23:00 +01:00
Matthieu CAILLEAUX
51c5050e35 chore: test release 2021-12-26 20:11:08 +01:00
Matthieu CAILLEAUX
55d9cde049 chore: test release 2021-12-26 20:02:18 +01:00
Matthieu CAILLEAUX
c76b8cca61 chore: test release 2021-12-26 20:01:49 +01:00
Matthieu CAILLEAUX
9fa08fc14b chore: test release 2021-12-25 10:23:44 +01:00
Matthieu CAILLEAUX
70c4f1a158 chore: test release 2021-12-25 10:09:34 +01:00
Matthieu CAILLEAUX
ac8e04cf1b chore: test release 2021-12-25 09:44:11 +01:00
Matthieu CAILLEAUX
a720449003 chore: test release 2021-12-25 09:38:24 +01:00
Matthieu CAILLEAUX
46840cb81e chore: test release 2021-12-25 09:30:00 +01:00
Matthieu CAILLEAUX
f0993952e6 chore: variabilize build 2021-12-25 09:20:30 +01:00
Matthieu CAILLEAUX
51aaa4268a chore: variabilize build 2021-12-25 09:13:15 +01:00
3 changed files with 18 additions and 65 deletions

View File

@@ -1,62 +1,14 @@
image: node:14.15.5-stretch-slim
variables:
GIT_DEPTH: 0
GIT_STRATEGY: fetch
MODULE_DIRS: lang styles
MODULE_ZIP_DIRS: elements lang styles
stages:
- build
- release
build:
stage: build
before_script:
- apt update
- apt install -y zip
script:
- npm ci
- npm run build
- mkdir -p dist/lang
- mkdir -p dist/styles
- cp lang/* dist/lang/
- cp styles/* dist/styles/
- cp module.json dist
- cd dist
- zip wfrp4e-actor-sheet-print.zip -r *.* elements lang styles -x ".*"
artifacts:
name: wfrp4e-actor-sheet-print
when: on_success
paths:
- dist/wfrp4e-actor-sheet-print.zip
- dist/module.json
expire_in: 1 day
only:
- tags
- master
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
script:
- echo 'Running the release job.'
artifacts:
name: wfrp4e-actor-sheet-print
when: on_success
paths:
- dist/wfrp4e-actor-sheet-print.zip
- dist/module.json
expire_in: never
release:
tag_name: $CI_COMMIT_TAG
name: 'Release $CI_COMMIT_TAG'
description: './CHANGELOG.md'
assets:
links:
- name: 'module'
url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/wfrp4e-actor-sheet-print.zip'
link_type: package
- name: 'manifest'
url: 'https://greenskin-foundryvtt.gitlab.io/-/wfrp4-actor-sheet-print/-/jobs/$CI_JOB_ID/artifacts/dist/module.json'
link_type: package
only:
- tags
include:
- project: '$CI_PROJECT_ROOT_NAMESPACE/ci-tools/pipeline/ci-tools-pipeline-release'
ref: 1.0.0
file: '/release-common.yml'
- project: '$CI_PROJECT_ROOT_NAMESPACE/ci-tools/pipeline/ci-tools-pipeline-release-node'
ref: 1.0.1
file: '/release-node.yml'
- project: '$CI_PROJECT_ROOT_NAMESPACE/ci-tools/pipeline/ci-tools-pipeline-project-foundry-module'
ref: main
file: '/pipeline-foundry-module.yml'

View File

@@ -2,7 +2,7 @@
"name": "wfrp4e-actor-sheet-print",
"title": "[WFRP4] Actor Sheet Print",
"description": "Functions to print actor sheet",
"version": "1.0.2",
"version": "${MODULE_VERSION}",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "0.8.9",
"author": "Skeroujvapluvit",
@@ -23,8 +23,8 @@
],
"styles": ["./styles/main.css"],
"url": "https://github.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print",
"download": "https://github.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/blob/dist/dist/wfrp4e-actor-sheet-print.zip?raw=true",
"manifest": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/dist/module.json",
"readme": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/dist/README.md",
"changelog": "https://raw.githubusercontent.com/mcailleaux/WFRP4-FoundryVTT-wfrp4e-actor-sheet-print/dist/CHANGELOG.md"
"download": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/releases/${MODULE_VERSION}/downloads/dist/wfrp4-actor-sheet-print.zip",
"manifest": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/releases/${MODULE_VERSION}/downloads/dist/module.json",
"readme": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/raw/${MODULE_VERSION}/README.md",
"changelog": "https://gitlab.com/greenskin-foundryvtt/wfrp4-actor-sheet-print/-/raw/${MODULE_VERSION}/CHANGELOG.md"
}

View File

@@ -4,6 +4,7 @@
"package": "sh ./package.sh",
"build": "webpack"
},
"version": "1.0.4",
"devDependencies": {
"@league-of-foundry-developers/foundry-vtt-types": "0.8.8-8",
"husky": "4.3.7",