lppedd / idea-conventional-commit

Context and template-based completion for conventional/semantic commits.
https://plugins.jetbrains.com/plugin/13389-conventional-commit
MIT License
327 stars 19 forks source link

feature request: use CHANGELOG.md instead of "change-notes/*.html" folder/files #6

Closed WuglyakBolgoink closed 4 years ago

lppedd commented 4 years ago

Hi :D
Any specific reason for this change?

Anyway CHANGELOG.md would be something different from the current change notes, which are for the Plugins Repository.

WuglyakBolgoink commented 4 years ago

then we can do it automatically from commits messages =)

lppedd commented 4 years ago

@WuglyakBolgoink Understood. I did it in a Angular project, but in that case we had much more volume of changes.

And, because the automatic changelog is based on commits, I suggest you use the compare tool between release tags, for example

Diff https://github.com/lppedd/idea-conventional-commit/compare/v0.3.0...v0.4.0

Seems good?

lppedd commented 4 years ago

I'll close for now. Once there is a 1.0 version I'll re-consider