Skip to content

Commit d73315a

Browse files
committed
publish CWL v1.2.0
1 parent 3d78c66 commit d73315a

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ Conduct](https://github.com/common-workflow-language/common-workflow-language/bl
103103
## Specification
104104

105105
For developers and advanced users, the current
106-
[CWL Standard (v1.1)](https://www.commonwl.org/v1.1/) provides
107-
authoritative documentation of the execution of CWL documents. The previous version
108-
of the [CWL Standard (v1.0.2)](https://www.commonwl.org/v1.0/) is also available.
106+
[CWL Standards v1.2.0](https://www.commonwl.org/v1.2/) provides
107+
authoritative documentation of the execution of CWL documents. The previous versions,
108+
[CWL Standards v1.0.2](https://www.commonwl.org/v1.0/) and [CWL Standards v1.1.0](https://www.commonwl.org/v1.1/), are also available.
109109

110110
### Citation
111111

site/cwlsite-v1.2-job.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
redirect: []
66
renderlist: []
77
source: {class: File, path: ../v1.2/index.md}
8-
target: v1.2.0-dev5/index.html
8+
target: v1.2/index.html
99
extra: {class: File, path: empty}
1010
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
1111
-20px; margin-left: -20px''></img>'
@@ -17,7 +17,7 @@
1717
class: File
1818
path: ../v1.2/CommandLineTool-standalone.yml
1919
secondaryFiles: {$import: v1.2-deps.yaml}
20-
target: v1.2.0-dev5/CommandLineTool.html
20+
target: v1.2/CommandLineTool.html
2121
extra:
2222
class: File
2323
path: ../v1.2/cwl-runner.cwl
@@ -36,7 +36,7 @@
3636
class: File
3737
path: ../v1.2/CommonWorkflowLanguage.yml
3838
secondaryFiles: {$import: v1.2-deps.yaml}
39-
target: v1.2.0-dev5/Workflow.html
39+
target: v1.2/Workflow.html
4040
extra: {class: File, path: empty}
4141
- brandimg: '<img src=''../CWL-Logo-Header.png'' style=''height: 61px; margin-top:
4242
-20px; margin-left: -20px''></img>'
@@ -47,5 +47,5 @@
4747
'https://w3id.org/cwl/salad#SaladRecordSchema', 'https://w3id.org/cwl/salad#SaladEnumSchema',
4848
'https://w3id.org/cwl/salad#Documentation']
4949
source: {$import: v1.2-metaschema.yaml}
50-
target: v1.2.0-dev5/SchemaSalad.html
50+
target: v1.2/SchemaSalad.html
5151
extra: {class: File, path: empty}

site/cwlsite-v1.2-schemas.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
- context_target: v1.2.0-dev5/cwl-context.json
2-
rdfs_target: v1.2.0-dev5/cwl.ttl
3-
graph_target: v1.2.0-dev5/cwl.svg
1+
- context_target: v1.2/cwl-context.json
2+
rdfs_target: v1.2/cwl.ttl
3+
graph_target: v1.2/cwl.svg
44
schema_in:
55
class: File
66
path: ../v1.2/CommonWorkflowLanguage.yml
77
secondaryFiles: {$import: v1.2-deps.yaml}
8-
- context_target: v1.2.0-dev5/salad-context.json
9-
rdfs_target: v1.2.0-dev5/salad.ttl
10-
graph_target: v1.2.0-dev5/salad.svg
8+
- context_target: v1.2/salad-context.json
9+
rdfs_target: v1.2/salad.ttl
10+
graph_target: v1.2/salad.svg
1111
schema_in: {$import: v1.2-metaschema.yaml}

0 commit comments

Comments
 (0)