Skip to content

Commit 2a88775

Browse files
authored
Merge pull request #471 from common-workflow-language/changelong-tweak
clarify that these change descriptions are specific to each of the standards
2 parents 485be33 + 0e0cb4b commit 2a88775

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

v1.0/CommandLineTool.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ $graph:
3636
- {$include: intro.md}
3737

3838
- |
39-
## Introduction to v1.0
39+
## Introduction to CWL Command Line Tool standard v1.0
4040
4141
This specification represents the first full release from the CWL group.
42-
Since draft-3, version 1.0 introduces the following changes and additions:
42+
Since draft-3, version 1.0 introduces the following changes and additions
43+
to the CWL Command Line Tool standard:
4344
4445
* The [Directory](#Directory) type.
4546
* Syntax simplifcations: denoted by the `map<>` syntax. Example: inputs

v1.0/Workflow.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ $graph:
3434

3535
- |
3636
37-
## Introduction to v1.0
37+
## Introduction to CWL Workflow standard v1.0
3838
3939
This specification represents the first full release from the CWL group.
40-
Since draft-3, this draft introduces the following changes and additions:
40+
Since draft-3, this draft introduces the following changes and additions
41+
to the CWL Workflow standard:
4142
4243
* The `inputs` and `outputs` fields have been renamed `in` and `out`.
4344
* Syntax simplifcations: denoted by the `map<>` syntax. Example: `in`

0 commit comments

Comments
 (0)