File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ name-template : v$RESOLVED_VERSION ️⚡️
2
+ tag-template : v$RESOLVED_VERSION
3
+ exclude-contributors :
4
+ - github-actions[bot]
5
+ - github-actions
6
+ - dependabot[bot]
7
+ - dependabot
8
+ categories :
9
+ - title : ❗️ Breaking Changes
10
+ labels :
11
+ - breaking
12
+ - title : 🚀 Features
13
+ labels :
14
+ - feature
15
+ - enhancement
16
+ - title : 🐛 Bug Fixes
17
+ labels :
18
+ - fix
19
+ - bug
20
+ - title : 🧰 Maintenance
21
+ label :
22
+ - chore
23
+ - dependencies
24
+ change-template : " - $TITLE @$AUTHOR (#$NUMBER)"
25
+ change-title-escapes : ' \<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
26
+ version-resolver :
27
+ major :
28
+ labels :
29
+ - major
30
+ - breaking
31
+ minor :
32
+ labels :
33
+ - minor
34
+ - feature
35
+ - enhancement
36
+ patch :
37
+ labels :
38
+ - patch
39
+ - dependencies
40
+ default : patch
41
+ template : |
42
+ ## What's Changed
43
+
44
+ $CHANGES
45
+
46
+ ## ⭐️ Contributors
47
+
48
+ $CONTRIBUTORS
49
+
50
+ ## Sponsorship
51
+
52
+ If you like this project, please consider supporting me:
53
+
54
+ - ☕️ [Buy Me A Coffee](https://buymeacoffee.com/jurkash)
55
+ - 🤝 [Support on Patreon](https://patreon.com/jurkash)
56
+ - 💖 [Sponsor on GitHub](https://github.com/sponsors/jurkash)
You can’t perform that action at this time.
0 commit comments