vaab / gitchangelog

Creates a changelog from git log history.
Other
584 stars 139 forks source link

Add tag's subject to data structure #105

Closed StefanZ8n closed 4 years ago

StefanZ8n commented 6 years ago

Make tag's subject available in the version data structure to be used in the changelog (fixes #77 - at least partly)

codecov[bot] commented 6 years ago

Codecov Report

Merging #105 into master will decrease coverage by 0.16%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #105      +/-   ##
==========================================
- Coverage   88.45%   88.28%   -0.17%     
==========================================
  Files           2        2              
  Lines         840      845       +5     
  Branches      168      169       +1     
==========================================
+ Hits          743      746       +3     
- Misses         58       59       +1     
- Partials       39       40       +1
Impacted Files Coverage Δ
src/gitchangelog/gitchangelog.py 88.17% <60%> (-0.17%) :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 d72a0f0...f127905. Read the comment docs.