|
99 | 99 | "git -C ${HOME}/Work/xpack-dev-tools/xbb-helper-xpack.git pull" |
100 | 100 | ], |
101 | 101 | "git-log": "git log --pretty='%cd * %h %s' --date=short", |
102 | | - "generate-workflows": [ |
103 | | - "mkdir -p .github/workflows/", |
104 | | - "cp xpacks/@xpack-dev-tools/xbb-helper/templates/body-github-pre-releases-test.md .github/workflows/", |
105 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-darwin-x64-liquid.yml --output .github/workflows/build-darwin-x64.yml", |
106 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-darwin-arm64-liquid.yml --output .github/workflows/build-darwin-arm64.yml", |
107 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-x64-liquid.yml --output .github/workflows/build-linux-x64.yml", |
108 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-win32-x64-liquid.yml --output .github/workflows/build-win32-x64.yml", |
109 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-arm-liquid.yml --output .github/workflows/build-linux-arm.yml", |
110 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/build-linux-arm64-liquid.yml --output .github/workflows/build-linux-arm64.yml", |
111 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-prime-liquid.yml --output .github/workflows/test-prime.yml", |
112 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-docker-linux-intel-liquid.yml --output .github/workflows/test-docker-linux-intel.yml", |
113 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-docker-linux-arm-liquid.yml --output .github/workflows/test-docker-linux-arm.yml", |
114 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/publish-release-liquid.yml --output .github/workflows/publish-release.yml", |
115 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/test-xpm-liquid.yml --output .github/workflows/test-xpm.yml", |
116 | | - "{{ properties.LIQUIDJS }} --template @xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/deep-clean-liquid.yml --output .github/workflows/deep-clean.yml", |
117 | | - "cp xpacks/@xpack-dev-tools/xbb-helper/templates/workflows/publish-github-pages.yml .github/workflows/publish-github-pages.yml", |
118 | | - "cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.gitignore .gitignore", |
119 | | - "cp xpacks/@xpack-dev-tools/xbb-helper/templates/dot.npmignore .npmignore", |
120 | | - "cp xpacks/@xpack-dev-tools/xbb-helper/templates/build.sh scripts/", |
121 | | - "cp xpacks/@xpack-dev-tools/xbb-helper/templates/test.sh scripts/" |
122 | | - ], |
| 102 | + "generate-workflows": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/generate-workflows.sh", |
123 | 103 | "website-generate-commons": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-generate-commons.sh", |
124 | 104 | "website-import-releases": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-import-releases.sh", |
125 | 105 | "trigger-workflow-build-darwin-x64": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-build.sh --workflow build-darwin-x64.yml --xpm-version {{ properties.xpm-version }} --loglevel {{ properties.xpm-install-loglevel }}", |
|
0 commit comments