Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version

Code Block
languagejs
{
	"profile": {
		//free object to add whatever you see fit 	},
	"lastSyncversion": { 		"ts": "2342343423""1",
		"branchprofile": "branch1", // or tag (only one is allowed){
		"tag": "tag1" //free object orto branchadd (onlywhatever oneyou issee allowed)fit
	},
	"tags": ["tag1"], // or branches (only one is allowed)
	"branches": ["branch1"], // or tags (only one is allowed)
	"soa": "stringified soa.json",
	"documentation": {
		"readme": "stringified readme.md",
		"release": "stringified release.md"
	}
}

...