BobAnkh / auto-generate-changelog

A Github Action to generate CHANGELOG automatically according to conventional commits. Feel free to contribute!
Apache License 2.0
80 stars 22 forks source link

Remove no description and general scope #89

Open mascardoso opened 2 years ago

mascardoso commented 2 years ago

Hi, I have a couple of questions which from my POV are rather a nice to have for decreasing cognitive load when reading a changelog.

FEATURES
    - add feature 1
    - add feature 2

Thank you so much

boring-cyborg[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

BobAnkh commented 2 years ago

Hi, @mascardoso

Thank you for your questions. For the first question, I think this can be repalced with empty content. So if you mean like that:

## v1.1.1

*No desctription*

### Feature

to be replaced with

## v1.1.1

### Feature

I think we can have this in the next release when I'm free. And if you have time, you can make a pull request on this feature.

For the second question, I think it is hard to directly add thoses commit message. I'm afraid this might make the format wierd for the changelong. I have thought to hide those commits. But see #11 and #75. You can use other words or characters to replace general.

If you have better ideas on the second question, please discuss with me.

BobAnkh commented 2 years ago

@mascardoso One of the problem should be solved in the new release v1.2.1.