Skip to content

Commit 762d534

Browse files
committed
update new draft documentation
1 parent a33dd70 commit 762d534

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/add-new-draft.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
How to make a new draft version of the CWL spec
22

3-
1. Duplicate prior draft-n directory to draft-n+1 in a branch
3+
1. Duplicate prior directory to "vNewVersion-dev1" or "vExistingVersion-devN+1'
4+
in a branch
45
2. Update references to the new draft name.
56
3. Pull in the latest metaschema, where `schema_salad_repo` is the remote
67
repository for the schema salad tool.
78

89
git fetch --all
9-
git subtree add -P draft-4/salad schema_salad_repo/master
10+
git subtree add -P v1.1.0-dev1/salad schema_salad_repo/master
1011

1112
4. In the reference implementation (cwltool): make a new branch, and update the
1213
subtree checkout of the spec:
1314

14-
git subtree merge -P cwltool/schemas/ cwl_repo/draft-4
15+
git subtree merge -P cwltool/schemas/ cwl_repo/v1.1.0-dev1
1516

1617
Where `cwl_repo` is the remote repository for the CWL specifications.
1718
4. In the reference implementation, teach it about the new draft version:

0 commit comments

Comments
 (0)