semantic-release / release-notes-generator

:clipboard: semantic-release plugin to generate changelog content with conventional-changelog
MIT License
298 stars 47 forks source link

feat: Added possibility to use regex to remove text from the commit message #610

Open Gert-Jan2AT opened 4 months ago

Gert-Jan2AT commented 4 months ago

As is wel documented in this issue (https://developercommunity.microsoft.com/t/Change-default-title-for-pull-request-co/365716), DevOps insists on prefixing a pull request with the text Merged PR ####. This means that the title feat: Updated Program.cs becomes Merged PR 8324: feat: Updated Program.cs af the merge.

https://github.com/semantic-release/commit-analyzer/issues/602 is solved by this change.