semantic-release / release-notes-generator

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

Question: Mirror release rules to release notes generator? #607

Open EladPress opened 4 months ago

EladPress commented 4 months ago

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?

travi commented 4 months ago

if you are using one of the default presets, you need that preset to be defined to the same value for this plugin. if the default presets do not meet your needs, your best bet is likely to define a custom preset and define the config value.

see https://github.com/semantic-release/release-notes-generator#options