File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ $graph:
45
45
should be trivially updatable by changing `cwlVersion`, however
46
46
CWL documents that relied on previously undefined or
47
47
underspecified behavior may have slightly different behavior in
48
- v1.2.
48
+ v1.2. See note about `cwl-upgrader` in the changelog.
49
49
50
50
## Changelog
51
51
@@ -74,7 +74,10 @@ $graph:
74
74
75
75
See also the [CWL Command Line Tool Description, v1.2 changelog](CommandLineTool.html#Changelog).
76
76
For other changes since CWL v1.0, see the
77
- [CWL Workflow Description, v1.1 changelog](https://www.commonwl.org/v1.1/Workflow.html#Changelog)
77
+ [CWL Workflow Description, v1.1 changelog](https://www.commonwl.org/v1.1/Workflow.html#Changelog).
78
+
79
+ [`cwl-upgrader`](https://github.com/common-workflow-language/cwl-upgrader) can
80
+ be used for upgrading CWL documents from version `draft-3`, `v1.0`, and `v1.1` to `v1.2`.
78
81
79
82
## Purpose
80
83
You can’t perform that action at this time.
0 commit comments