Record
generate-release-notes-params
No description available.
record generate-release-notes-params {
owner: string,
repo: string,
configuration-file-path: option<string>,
previous-tag-name: option<string>,
tag-name: string,
target-commitish: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| configuration-file-path | option<string> | |
| previous-tag-name | option<string> | |
| tag-name | string | |
| target-commitish | option<string> |