Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Release Notes Detection in PR Title #4

Open
miroslavpojer opened this issue Nov 15, 2024 · 0 comments
Open

Enhance Release Notes Detection in PR Title #4

miroslavpojer opened this issue Nov 15, 2024 · 0 comments

Comments

@miroslavpojer
Copy link
Collaborator

Announcement: This Issue is waiting for some end-users to be implemented.

Description

Currently, release notes detection only checks the pull request body for the presence of correctly formatted release notes. We may want to extend the possible location to PR title.

Reasoning

Some contributors may include brief release notes or a summary of changes in the PR title. Detecting release notes in the PR title ensures that these notes are recognized if not present in the body.

Proposed Changes

  • Update the action logic to check the PR title if configured.
  • Validate that if the PR title contains the phrase Release Notes:, and use the subsequent text.

Example of title usage

Release Notes: Added functionality for user notifications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant