Skip to content

Add ConfigurationFilePath field to GenerateNotesOptions struct #3903

Description

@biosugar0

The GenerateNotesOptions struct is missing the configuration_file_path parameter that is supported by the GitHub API.

Currently, the struct has:

  • tag_name
  • target_commitish
  • previous_tag_name
  • configuration_file_path ❌ (missing)

The API spec description of the parameter:

"configuration_file_path": {
  "type": "string",
  "description": "Specifies a path to a file in the repository containing configuration settings used for generating the release notes. If unspecified, the configuration file located in the repository at '.github/release.yml' or '.github/release.yaml' will be used. If that is not present, the default configuration will be used."
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions