Is it possible to change your generation of the Changes.md to generate things from the PR title instead of the commit description. That way you could use something like https://github.com/mergeability/mergeable to ensure the PR titles match the feature/chore/ etc
Also might be worth considering 'ensure linear history' and always doing squash merges. Especially for those who manage to get into a mess with rebase merging, like me, and you wouldn't need to then worry about merge commits.
Clearly if you intend to fix multiple issues on the same PR, this wouldn't be great for titling, but for larger changes it'd be incredibly useful.
Is it possible to change your generation of the Changes.md to generate things from the PR title instead of the commit description. That way you could use something like https://github.com/mergeability/mergeable to ensure the PR titles match the feature/chore/ etc
Also might be worth considering 'ensure linear history' and always doing squash merges. Especially for those who manage to get into a mess with rebase merging, like me, and you wouldn't need to then worry about merge commits.
Clearly if you intend to fix multiple issues on the same PR, this wouldn't be great for titling, but for larger changes it'd be incredibly useful.