intershop/helm-charts

COMMON: Introduce changelog and optimize release notes generation

khauser opened this issue · 0 comments

The current release notes view regarding our chart releases is autogenerated from github. There are some drawbacks here:

  • it doesn't compare the right tags
  • has no breaking change section
  • there is not much flexibility

By using an own process here this can be optimized and git-chglog seems promissing.

Each chart would get a CHANGLOG.md (contains all changes) and a RELEASE_NOTES.md (contains the last changes). The last one will be also used as content for the chart release.