Skip to content

Commit 0ce6696

Browse files
committed
change draft?4 to v1.0 in the docs
1 parent afe95d8 commit 0ce6696

File tree

6 files changed

+12
-16
lines changed

6 files changed

+12
-16
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ provides a gentle introduction to writing CWL command line tool and workflow des
2121

2222
## CWL Specification
2323

24-
The current stable specification is [draft 3](http://www.commonwl.org/draft-3/):
24+
The current stable specification is [v1.0](http://www.commonwl.org/v1.0/):
2525

26-
http://www.commonwl.org/draft-3/
26+
http://www.commonwl.org/draft-v1.0/
2727

28-
The next work-in-progress specification is [draft 4](http://www.commonwl.org/draft-4/):
29-
30-
http://www.commonwl.org/draft-4/
31-
32-
Older drafts: [draft-1](https://github.com/common-workflow-language/common-workflow-language/tree/master/draft-1), [draft-2](http://www.commonwl.org/draft-2/)
28+
Older drafts: [draft-1](https://github.com/common-workflow-language/common-workflow-language/tree/master/draft-1), [draft-2](http://www.commonwl.org/draft-2/), [draft-3](http://www.commonwl.org/draft-3/)
3329

3430
### Citation
3531

v1.0/CommandLineTool.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ $graph:
99
type: documentation
1010
doc:
1111
- |
12-
# Common Workflow Language (CWL) Command Line Tool Description, draft 4
12+
# Common Workflow Language (CWL) Command Line Tool Description, v1.0
1313
1414
This version:
15-
* https://w3id.org/cwl/draft-4/
15+
* https://w3id.org/cwl/v1.0/
1616
1717
Current version:
1818
* https://w3id.org/cwl/
@@ -36,9 +36,9 @@ $graph:
3636
- {$include: intro.md}
3737

3838
- |
39-
## Introduction to draft 4
39+
## Introduction to v1.0
4040
41-
This specification represents the fourth milestone of the CWL group.
41+
This specification represents the first full release from the CWL group.
4242
Since draft-3, this draft introduces the following changes and additions:
4343
4444
* The [Directory](#Directory) type.

v1.0/Process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $namespaces:
66

77
$graph:
88

9-
- name: "Common Workflow Language, Draft 4"
9+
- name: "Common Workflow Language, v1.0"
1010
type: documentation
1111
doc: {$include: concepts.md}
1212

v1.0/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Common Workflow Language Specifications, draft-4
1+
# Common Workflow Language Specifications, v1.0
22

33
The CWL specifications are divided up into several documents.
44

v1.0/Workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ $graph:
99
type: documentation
1010
doc:
1111
- |
12-
# Common Workflow Language (CWL) Workflow Description, draft 4
12+
# Common Workflow Language (CWL) Workflow Description, v1.0
1313
1414
This version:
15-
* https://w3id.org/cwl/draft-4/
15+
* https://w3id.org/cwl/v1.0/
1616
1717
Current version:
1818
* https://w3id.org/cwl/

v1.0/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This document is the product of the [Common Workflow Language working
44
group](https://groups.google.com/forum/#!forum/common-workflow-language). The
5-
latest version of this document is available in the "draft-4" directory at
5+
latest version of this document is available in the "v1.0" directory at
66

77
https://github.com/common-workflow-language/common-workflow-language
88

0 commit comments

Comments
 (0)