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

Compare with Current View Page History

« Previous Version 2 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"
}

Push 

// Any reason we can't use git directly?

Mark complete (use when a dev is done, to notify backend the development is considered done)

{
	component: "string"
	branch: "string"
}

Start Build (called by runner / cli)

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