diff --git a/README.md b/README.md index bf5bd74c..d2707ef3 100644 --- a/README.md +++ b/README.md @@ -166,10 +166,10 @@ Add the following step to your GitHub workflow (in example are used non-default #### Release Notes Extraction Process This feature searches for release notes in the description of GitHub pull requests, making it easier for maintainers to track changes and updates. - **Format:** - - The release notes section have to begin with the title `Release Notes:`, followed by the release notes in bullet points. [See Markdown formatting is supported](https://www.markdownguide.org/basic-syntax/#unordered-lists). + - The release notes section have to begin with the title `Release Notes:` (case-sensitive), followed by the release notes in bullet points. [See Markdown formatting is supported](https://www.markdownguide.org/basic-syntax/#unordered-lists). - If no release notes line is detected under the `Release Notes:` title, no release notes will be printed in the output. - **Example:** - - Here are examples of how to structure the release notes (case-sensitive): + - Here are examples of how to structure the release notes: ``` Release Notes: - This update introduces a new caching mechanism that improves performance by 20%.