Targets
Select which manifest files Release Hub updates.
Targets control which manifest files Release Hub updates during a release.
Available targets include:
node- updatespackage.jsondeno- updatesdeno.jsonjsr- updatesjsr.jsonwebext- updatesmanifest.json(browser extensions)
You can view their default values in the Default Settings.
Customizing Manifest Paths
If your files aren’t in the standard locations, use targetsPath to override the defaults.
This lets you point each target to any file path you want.
Example:
{
"targetsPath": {
"node": "./apps/api/package.json",
"deno": "./configs/deno/deno.json"
}
}