Skip to content

Commit

Permalink
feat: allow branch specification for package directories and package …
Browse files Browse the repository at this point in the history
…dependencies (#38)
  • Loading branch information
Thomas Brown authored Sep 13, 2021
1 parent 6516668 commit 3d63f82
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sfdx-project.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
},
"versionNumber": {
"$ref": "#/definitions/packageDirectory.versionNumber"
},
"branch": {
"$ref": "#/definitions/packageDirectory.branch"
}
}
}
Expand Down Expand Up @@ -186,6 +189,9 @@
},
"versionNumber": {
"type": "string"
},
"branch": {
"type": "string"
}
}
}
Expand Down Expand Up @@ -286,6 +292,11 @@
]
}
}
},
"packageDirectory.branch": {
"type": "string",
"title": "Branch",
"description": "The name of the branch to be assigned to the package version"
}
}
}

0 comments on commit 3d63f82

Please sign in to comment.