We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361d5d2 commit 01a3898Copy full SHA for 01a3898
.grenrc.js
@@ -21,12 +21,13 @@ module.exports = {
21
'✨ New Features:': ['enhancement'],
22
'🐛 Bug Fixes:': ['bug'],
23
'📖 Documentation:': ['documentation'],
24
- '💅 Refactors:': ['refactor'],
+ '💄 Refactors:': ['refactor'],
25
'♻️ Tests:': ['test'],
26
'🚀 Performance:': ['performance'],
27
'⚓ Dependency upgrades:': ['dependencies'],
28
'🏡 Chore:': ['chore'],
29
- '💄 Style:': ['style'],
30
- '🎩 Hack': ['hack']
+ '💅 Style:': ['style'],
+ '🎩 Hack': ['hack'],
31
+ '💥 Breaking Changes': ['breaking-change']
32
}
33
0 commit comments