git-for-windows / gfw-helper-github-app

2 stars 6 forks source link

Improve the logic to guess release notes in `/add release note` #25

Closed dscho closed 1 year ago

dscho commented 1 year ago

When issuing an /add release note without any further information, we try to auto-generate a sensible message from the context.

While looking into adding a release note for Bash in https://github.com/git-for-windows/git/issues/4164, I realized that that logic is pretty much failing completely for that package.

Here is my attempt to fix that.