github-tools / github-release-notes

Node module to create a release or a changelog from a tag and uses issues or commits to creating the release notes.
https://github-tools.github.io/github-release-notes/
GNU General Public License v3.0
880 stars 325 forks source link

Add group post processor #286

Closed yogevbd closed 3 years ago

yogevbd commented 3 years ago

Add groupPostProcessor option to allow group post processing. This feature was needed in our project in order to support sub categories but it also allows any group manipulation after it's generated which is powerful.

release note example

codecov-io commented 3 years ago

Codecov Report

Merging #286 (6829d70) into master (d7ad51a) will decrease coverage by 0.19%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
- Coverage   39.08%   38.88%   -0.20%     
==========================================
  Files           8        8              
  Lines         394      396       +2     
==========================================
  Hits          154      154              
- Misses        240      242       +2     
Impacted Files Coverage Δ
lib/src/Gren.js 4.72% <0.00%> (-0.05%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8c5affc...6829d70. Read the comment docs.