• Yorick Peterse's avatar
    Document and lint that trailers are case-sensitive · 878c3d43
    Yorick Peterse authored
    The changelog API treats Git trailers case-sensitively in various
    places. We also do the same in templates when we use trailers such as
    `EE` and `MR`. Supporting all this in a case-insensitive manner is not
    feasible at this time.
    
    Instead, we now document that trailers must match exactly what value is
    set in the `trailer` setting. In addition, Danger now produces an error
    when a changelog trailer is present but uses the wrong casing (e.g.
    `changelog` instead of `Changelog`).
    
    Changelog: other
    878c3d43
To find the state of this project's repository at the time of any of these versions, check out the tags.
changelog.rb 8.19 KB