|
3 | 3 | name-template: v$NEXT_PATCH_VERSION
|
4 | 4 | tag-template: v$NEXT_PATCH_VERSION
|
5 | 5 | categories:
|
6 |
| - - title: ":rocket: Enhancement" |
7 |
| - label: "feature :sparkles:" |
| 6 | + - title: "🚀 Enhancement" |
| 7 | + label: "feature ✨" |
8 | 8 |
|
9 |
| - - title: ":globe_with_meridians: Translations" |
10 |
| - label: "translation :earth_africa:" |
| 9 | + - title: "🌐 Translations" |
| 10 | + label: "translation 🌍" |
11 | 11 |
|
12 |
| - - title: ":bug: Bug Fix" |
13 |
| - label: "bug :bug:" |
| 12 | + - title: "🐛 Bug Fix" |
| 13 | + label: "bug 🐛" |
14 | 14 |
|
15 |
| - - title: ":memo: Documentation" |
16 |
| - label: "documentation :book:" |
| 15 | + - title: "📝 Documentation" |
| 16 | + label: "documentation 📖" |
17 | 17 |
|
18 |
| - - title: ":nail_care: Refactor" |
19 |
| - label: "refactor :recycle:" |
| 18 | + - title: "💅 Refactor" |
| 19 | + label: "refactor ♻️" |
20 | 20 |
|
21 |
| - - title: ":house: Internal" |
22 |
| - label: "internal :house:" |
| 21 | + - title: "🏠 Internal" |
| 22 | + label: "internal 🏠" |
23 | 23 |
|
24 |
| - - title: ":wrench: Tooling" |
25 |
| - label: "tooling :wrench:" |
| 24 | + - title: "🔧 Tooling" |
| 25 | + label: "tooling 🔧" |
26 | 26 |
|
27 |
| - - title: ":package: Dependencies" |
28 |
| - label: "dependencies :package:" |
| 27 | + - title: "📦 Dependencies" |
| 28 | + label: "dependencies 📦" |
29 | 29 |
|
30 | 30 | change-template: "- $TITLE (#$NUMBER) @$AUTHOR"
|
31 | 31 | no-changes-template: "- No changes"
|
32 | 32 | template: |
|
33 | 33 | ***
|
34 |
| - ### :zap: Changes |
| 34 | + ### ⚡️ Changes |
35 | 35 | $CHANGES
|
36 | 36 | ***
|
37 |
| - ### :unicorn: Contributors |
38 |
| - Thank you $CONTRIBUTORS for the contributions! :trophy: |
| 37 | + ### 🦄 Contributors |
| 38 | + Thank you $CONTRIBUTORS for the contributions! 🏆 |
39 | 39 | ***
|
0 commit comments