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 10
10
steps :
11
11
- name : Checkout code
12
12
uses : actions/checkout@v2
13
+ with :
14
+ fetch-depth : 1
13
15
14
- - name : Fetch changes
15
- run : git fetch origin --prune --tags --unshallow
16
-
17
16
-
18
17
name : Install git-chglog
19
18
uses :
craicoverflow/[email protected]
You can’t perform that action at this time.
0 commit comments