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 23 forks source link

feat(changelog): support incremental generation #91

Closed BobAnkh closed 2 years ago

BobAnkh commented 2 years ago

Description

Related: #80, #82, #87, #88, #89

How Has This Been Tested

Screenshots(optional)

Types of changes

Checklist

Other information

github-actions[bot] commented 2 years ago

Issues with Markdown/CommonMark files

CHANGELOG.md ``` 5: MD036/no-emphasis-as-heading/no-emphasis-as-header Emphasis used instead of a heading [Context: "No description"] ```

Workflow: markdown lint, Action: __nosborn_github-action-markdown-cli

codecov[bot] commented 2 years ago

Codecov Report

Merging #91 (2f52e16) into master (affc792) will decrease coverage by 3.32%. The diff coverage is 4.95%.

@@            Coverage Diff             @@
##           master      #91      +/-   ##
==========================================
- Coverage   29.27%   25.95%   -3.33%     
==========================================
  Files           2        2              
  Lines         304      366      +62     
==========================================
+ Hits           89       95       +6     
- Misses        215      271      +56     
Impacted Files Coverage Δ
tests/test_main.py 100.00% <ø> (+10.00%) :arrow_up:
main.py 20.29% <4.95%> (-2.34%) :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 affc792...2f52e16. Read the comment docs.

github-actions[bot] commented 2 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.