File tree Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Expand file tree Collapse file tree 2 files changed +30
-3
lines changed Original file line number Diff line number Diff line change 1+ style : github
2+ template : CHANGELOG.tpl.md
3+ info :
4+ title : CHANGELOG
5+ repository_url : https://github.com/craicoverflow/install-git-chglog
6+ options :
7+ tag_filter_pattern : ' ^v[0-9]+\.[0-9]+\.[0-9]+$'
8+ commits :
9+ filters :
10+ Type :
11+ - feat
12+ - fix
13+ - perf
14+ commit_groups :
15+ title_maps :
16+ feat : Features
17+ fix : Bug Fixes
18+ perf : Performance Improvements
19+ refactor : Code Refactoring
20+ header :
21+ pattern : " ^(\\ w*)(?:\\ (([\\ w\\ $\\ .\\ -\\ *\\ s]*)\\ ))?\\ :\\ s(.*)$"
22+ pattern_maps :
23+ - Type
24+ - Scope
25+ - Subject
26+ notes :
27+ keywords :
28+ - BREAKING CHANGE
Original file line number Diff line number Diff line change 1010 steps :
1111 - name : Checkout code
1212 uses : actions/checkout@v2
13+ with :
14+ fetch-depth : 1
1315
14- - name : Fetch changes
15- run : git fetch origin --prune --tags --unshallow
16-
1716 -
1817 name : Install git-chglog
1918 uses : craicoverflow/install-git-chglog@v0.3.1
You can’t perform that action at this time.
0 commit comments