File tree Expand file tree Collapse file tree 4 files changed +607
-0
lines changed Expand file tree Collapse file tree 4 files changed +607
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--  markdownlint-disable --> 
2+ {{ range .Versions }}
3+ <a  name =" {{ .Tag.Name }} " ></a >
4+ ## {{ if .Tag.Previous }}[ {{ .Tag.Name }}] ({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})  
5+ 
6+ {{ range .CommitGroups -}}
7+ ### {{ .Title }}  
8+ 
9+ {{ range .Commits -}}
10+ *  {{ if .Scope }}** {{ .Scope }}:**  {{ end }}{{ .Subject }}
11+ {{ end }}
12+ {{ end -}}
13+ 
14+ {{- if .RevertCommits -}}
15+ ### Reverts  
16+ 
17+ {{ range .RevertCommits -}}
18+ *  {{ .Revert.Header }}
19+ {{ end }}
20+ {{ end -}}
21+ 
22+ {{- if .MergeCommits -}}
23+ ### Pull Requests  
24+ 
25+ {{ range .MergeCommits -}}
26+ *  {{ .Header }}
27+ {{ end }}
28+ {{ end -}}
29+ 
30+ {{- if .NoteGroups -}}
31+ {{ range .NoteGroups -}}
32+ ### {{ .Title }}  
33+ 
34+ {{ range .Notes }}
35+ {{ .Body }}
36+ {{ end }}
37+ {{ end -}}
38+ {{ end -}}
39+ {{ end -}}
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/404-code-not-found-com/terraform-module-template 
6+ options :
7+   commits :
8+     #  filters:
9+     #    Type:
10+     #      - feat
11+     #      - fix
12+     #      - perf
13+     #      - refactor
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 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments