Hello, I am a DevOps engineer trying to implement Semantic-Release to my teams, but I'm having trouble with release-notes-generator.
I want the release rules defined in the commit-analyzer to be also the rules for creating release notes.
As in, a "fix" commit which is defined as a "patch" release will be in the matching section, and so on with every defined release rule.
Any way I can do that?