BobAnkh / auto-generate-changelog

A Github Action to generate CHANGELOG automatically according to conventional commits. Feel free to contribute!
Apache License 2.0
81 stars 22 forks source link

feature(join): join header and body if necessary #25

Closed BobAnkh closed 3 years ago

BobAnkh commented 3 years ago

Description

Users may use ... at the end of the commit <header> when this line exceeds the characters limitation and use another ... at the beginning of the only line in the <body> section. When generating changelog, they should be join together.

Resolves: #16

How Has This Been Tested

Test locally. Also pass all existing pytest.

Screenshots(optional)

Types of changes

Checklist

Other information

gitmagic-app[bot] commented 3 years ago

All sorted. :thumbsup:

mergify[bot] commented 3 years ago

All checks passed. Please wait for review.

codecov[bot] commented 3 years ago

Codecov Report

Merging #25 into master will decrease coverage by 1.53%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
- Coverage   24.32%   22.78%   -1.54%     
==========================================
  Files           2        2              
  Lines         148      158      +10     
==========================================
  Hits           36       36              
- Misses        112      122      +10     
Impacted Files Coverage Δ
main.py 15.86% <0.00%> (-1.18%) :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 4d5b424...ea31132. Read the comment docs.

mergify[bot] commented 3 years ago

All checks passed. Please wait for review.

mergify[bot] commented 3 years ago

All checks passed. Please wait for review.

github-actions[bot] commented 3 years ago

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue or pull request.