BobAnkh / auto-generate-changelog

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

feature(type): merge different types into one option #20

Closed BobAnkh closed 4 years ago

BobAnkh commented 4 years ago

Description

It has too much options for users to configure the types, so I merge all types into one option called type in which you can define the keyword detected from commit message and the corresonding word presented in the changelog. For example, define feat:Feature will detect commit message like feat(main): add new option and present this in changelog as part Feature. This can let users define new type by themselves, making it more flexible and scaleble.

Resolves: #10

How Has This Been Tested

All existing tests of python have passed. New interface was tested in this branch and it works as designed.

Screenshots(optional)

Types of changes

Checklist

Other information

mergify[bot] commented 4 years ago

@BobAnkh Wrong PR Title: Feature(type): merge different types into one option Please check Contributing Guidelines for more information.

codecov[bot] commented 4 years ago

Codecov Report

Merging #20 into master will increase coverage by 0.77%. The diff coverage is 18.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #20      +/-   ##
==========================================
+ Coverage   23.71%   24.48%   +0.77%     
==========================================
  Files           2        2              
  Lines         156      147       -9     
==========================================
- Hits           37       36       -1     
+ Misses        119      111       -8     
Impacted Files Coverage Δ
main.py 17.16% <18.18%> (+0.38%) :arrow_up:

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 2dbbf2d...7c1c133. Read the comment docs.

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