Skip to content

Commit 1c05584

Browse files
authored
Merge pull request #299 from common-workflow-language/v1.1.0-dev1
V1.1.0-dev1 with stdin shortcut
2 parents 2c85ac4 + 7a9bee2 commit 1c05584

File tree

300 files changed

+121370
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

300 files changed

+121370
-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:
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- $import: Process.yml
2+
- $import: CommandLineTool.yml

0 commit comments

Comments
 (0)