You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Create Issue:

{
	caterNumber: "string"
	component: "string"
	issueTracker: "string" // OPTIONAL
}

Add new version for active development on component:

{
	component: "string"
	version: "string"
}

Create new branch

{
	component: "string"
	version: "string"
	type: "string"		// ex: [fix, dev] where fix is meant to merge to main, and dev is not
	branchPoint: "string" // where to start the branch from: [branch, tag, commit]
}

Checkout component

{
	component: "string"
	branch: "string"
}
  • No labels