We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b12de commit d096c6dCopy full SHA for d096c6d
DistTasks.yml
@@ -253,7 +253,7 @@ tasks:
253
PACKAGE_NAME: "{{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.tar.gz"
254
255
jsonschema:
256
- desc: Copy the jsonschema to dist folder
+ desc: Copy the JSON schema to dist folder
257
cmds:
258
- mkdir --parents {{.DIST_DIR}}
259
- cp ./configuration/configuration.schema.json {{.DIST_DIR}}/{{.PROJECT_NAME}}_{{.VERSION}}_configuration.schema.json
0 commit comments