puppetlabs / forge_issues

This repository will allow public community members to file bug reports against the Puppet Forge
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

[Bug]: ChangeLog entries not shown for some modules #14

Open smortex opened 2 months ago

smortex commented 2 months ago

What happened?

The forge can show the relevant portion of the ChangeLog of modules which are not up-to-date:

screenshot with changelog

For some organization/modules, this is not available:

screenshot without changelog

Quick guess: both modules have a changelog but the format is slightly different (dash before and parenthesis around the date):

What browsers / clients are you seeing the problem on?

No response

Relevant log output

No response

Ramesh7 commented 2 months ago

Thanks @smortex for reporting.

During implementation, we reviewed the change log formats for multiple modules and noticed inconsistencies across them, which has made it challenging to achieve the desired results uniformly across all modules. As a result, we are currently adhering to the change log formats generated by our supported modules i.e. gh-changelog. The observed inconsistencies are expected when the change log format is not compatible with our supported modules as a minimum viable product (MVP). We encourage other module owners to consider adopting our supported module change log format for improved visibility. Additionally, we will continue to review other change log formats as we progress and aim to onboard those that align with our objectives.