You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficcontrol.apache.org by Jeremy Mitchell <mi...@gmail.com> on 2022/01/18 17:54:09 UTC

change log entry improvement

In today's TC working group, we discussed improving change log entries to
include all components touched by the change.

example:

Fixes #5739 - Prevent looping in case of a failed login attempt

would be changed to:

Fixes #5739 - Prevent looping in case of a failed login attempt (TO, TM, TR)

This would enable release managers to create release notes grouped by
component such as:

https://github.com/apache/trafficcontrol/releases/tag/RELEASE-6.0.0

thoughts? concerns?

if this sounds ok, Taylor is going to add the suggestion to the PR template.