File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -36,3 +36,35 @@ checksum:
3636 name_template : ' checksums.txt'
3737snapshot :
3838 name_template : " {{ incpatch .Version }}-next"
39+
40+ changelog :
41+ sort : asc
42+ filters :
43+ exclude :
44+ - ' ^docs:'
45+ - ' ^test:'
46+ - ' ^chore:'
47+ include :
48+ - ' ^feat:'
49+ - ' ^fix:'
50+ - ' ^perf:'
51+ - ' ^refactor:'
52+ use : git
53+ groups :
54+ - title : " New Features"
55+ regexp : " ^feat:"
56+ - title : " Bug Fixes"
57+ regexp : " ^fix:"
58+ - title : " Performance Improvements"
59+ regexp : " ^perf:"
60+ - title : " Refactors"
61+ regexp : " ^refactor:"
62+
63+ release :
64+ github :
65+ owner : kooksee
66+ name : fastcommit
67+ name_template : ' {{ .ProjectName }} {{ .Tag }}'
68+ footer : |
69+ ## Installation
70+ Download the latest release from the [GitHub Releases](https://github.com/myusername/myapp/releases) page.
You can’t perform that action at this time.
0 commit comments