diff --git a/CommandLineTool.yml b/CommandLineTool.yml index cdb29b61..9b2bd30e 100644 --- a/CommandLineTool.yml +++ b/CommandLineTool.yml @@ -37,19 +37,17 @@ $graph: - {$include: intro.md} - | - ## Introduction to the CWL Command Line Tool draft standard v1.2.1 + ## Introduction to the CWL Command Line Tool standard v1.2.1 - This specification represents the latest development draft from the - CWL project. There are no new features nor behavior changes in CWL v1.2.1 - as compared to CWL v1.2. v1.2.1 fixes only typos, adds clarifications, + There are no new features nor behavior changes in CWL v1.2.1 + as compared to CWL v1.2.0. v1.2.1 fixes only typos, adds clarifications, and adds additional conformance tests. Some changes to the schema defining - CWL have been changed to aid the auto-generation of libraries for the reading - and writing of CWL documents. + CWL are to aid the auto-generation of libraries for the reading and + writing of CWL documents. - Do not write `cwlVersion: v1.2.1`, nor `cwlVersion: v1.2.0`. The syntax - meaning of all terms in CWL `1.2.x is the same. However, when reporting - results from running the CWL conformance tests, please do report all - three components; for example "99% of CWL v1.2.0 required tests" or + Documents should continue to specify `cwlVersion: v1.2`. However, when + reporting results from running the CWL conformance tests, please do report + all three components; for example "99% of CWL v1.2.0 required tests" or "100% of CWL v1.2.1 required tests". See also the [Schema-Salad v1.2.1 changelog](SchemaSalad.html#Changelog_for_v1.2.1) diff --git a/Workflow.yml b/Workflow.yml index 01b3b7c3..88a7df6f 100644 --- a/Workflow.yml +++ b/Workflow.yml @@ -34,19 +34,17 @@ $graph: - {$include: intro.md} - | - ## Introduction to the CWL Workflow draft standard v1.2.1 + ## Introduction to the CWL Workflow standard v1.2.1 - This specification represents the latest development draft from the - CWL project. There are no new features nor behavior changes in CWL v1.2.1 - as compared to CWL v1.2. v1.2.1 fixes only typos, adds clarifications, + There are no new features nor behavior changes in CWL v1.2.1 + as compared to CWL v1.2.0. v1.2.1 fixes only typos, adds clarifications, and adds additional conformance tests. Some changes to the schema defining - CWL have been changed to aid the auto-generation of libraries for the reading + CWL have been made to aid the auto-generation of libraries for the reading and writing of CWL documents. - Do not write `cwlVersion: v1.2.1`, nor `cwlVersion: v1.2.0`. The syntax - meaning of all terms in CWL `1.2.x is the same. However, when reporting - results from running the CWL conformance tests, please do report all - three components; for example "99% of CWL v1.2.0 required tests" or + Documents should continue to specify `cwlVersion: v1.2`. However, when + reporting results from running the CWL conformance tests, please do report + all three components; for example "99% of CWL v1.2.0 required tests" or "100% of CWL v1.2.1 required tests". See also the [CommandLineTool v1.2.1 changelog](CommandLineTool.html#Changelog_for_v1.2.1)