fossa_create_release_group
Create a FOSSA release group and its initial release in one call, bundling specified projects under a group title for organized tracking.
Instructions
Create a FOSSA release group together with its first release.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true.
FOSSA has no empty release group, so the first release and its projects are
part of the same call. Each entry in projects is an object with the keys
projectId (a FOSSA project locator such as git+github.com/acme/widget),
and optionally branch and revisionId. The call fails if the organization
is already at its release group limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| projects | Yes | ||
| team_ids | No | ||
| release_title | Yes | ||
| public_on_portal | No | ||
| quality_policy_id | No | ||
| security_policy_id | No | ||
| licensing_policy_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||