You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this "preview a previous version" (#187) is an anti-feature because:
The [//]: # s-${version} and [//]: # e-${version} metadata clutters the resulting output.
It limits the plugin to markdown. Before, I think it was possible to generate other formats simply by using a different template.
This functionality seems to be misplaced in the plugin because the plugin is about generating a change log and not about parsing resp. extracting something from it. This sounds like a responsibility for a change log parser.
I guess the first two points could be fixed by making the metadata configurable.
What do you think about these points?
The text was updated successfully, but these errors were encountered:
I think this "preview a previous version" (#187) is an anti-feature because:
[//]: # s-${version}
and[//]: # e-${version}
metadata clutters the resulting output.I guess the first two points could be fixed by making the metadata configurable.
What do you think about these points?
The text was updated successfully, but these errors were encountered: