curl --location --request POST 'https://api.github.com/repos///releases/generate-notes' \
--header 'Content-Type: application/json' \
--data-raw '{
"configuration_file_path": ".github/custom_release_config.yml",
"previous_tag_name": "v0.9.2",
"tag_name": "v1.0.0",
"target_commitish": "main"
}'
{
"body": "string",
"name": "Release v1.0.0 is now available!"
}