File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
How to make a new draft version of the CWL spec
2
2
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
4
5
2 . Update references to the new draft name.
5
6
3 . Pull in the latest metaschema, where ` schema_salad_repo ` is the remote
6
7
repository for the schema salad tool.
7
8
8
9
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
10
11
11
12
4 . In the reference implementation (cwltool): make a new branch, and update the
12
13
subtree checkout of the spec:
13
14
14
- git subtree merge -P cwltool/schemas/ cwl_repo/draft-4
15
+ git subtree merge -P cwltool/schemas/ cwl_repo/v1.1.0-dev1
15
16
16
17
Where ` cwl_repo ` is the remote repository for the CWL specifications.
17
18
4 . In the reference implementation, teach it about the new draft version:
You can’t perform that action at this time.
0 commit comments