Skip to content

Properly exclude dates in changelogs

Robert Speicher requested to merge rs-fix-changelog-dates into master

Previously, if no include_date parameter was passed to Changelog::Manager, we were explicitly passing include_date: nil to MarkdownGenerator, which overwrote the default true value, resulting in no changelog entries getting dates, ever.

Now, we've inverted the flag parameter, so that unless we explicitly exclude it, it's included.

Merge request reports