Skip to content

Commit

Permalink
🔧 Add .gitmoji-changelogrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sercanuste committed Oct 4, 2022
1 parent 3284169 commit 2995bc4
Showing 1 changed file with 118 additions and 0 deletions.
118 changes: 118 additions & 0 deletions .gitmoji-changelogrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"commitMapping": [
{
"group": "breaking_changes",
"label": "Breaking changes",
"emojis": [
"boom"
]
},
{
"group": "added",
"label": "Added",
"emojis": [
"sparkles",
"tada",
"white_check_mark",
"construction_worker",
"chart_with_upwards_trend",
"loud_sound"
]
},
{
"group": "changed",
"label": "Changed",
"emojis": [
"art",
"zap",
"lipstick",
"rotating_light",
"recycle",
"wrench",
"alien",
"truck",
"bento",
"wheelchair",
"speech_balloon",
"card_file_box",
"children_crossing",
"building_construction",
"iphone"
]
},
{
"group": "deprecated",
"label": "Deprecated",
"emojis": []
},
{
"group": "removed",
"label": "Removed",
"emojis": [
"fire",
"mute",
"coffin"
]
},
{
"group": "fixed",
"label": "Fixed",
"emojis": [
"bug",
"ambulance",
"apple",
"penguin",
"checkered_flag",
"robot",
"green_apple",
"green_heart",
"pencil2"
]
},
{
"group": "security",
"label": "Security",
"emojis": [
"lock"
]
},
{
"group": "dependency-changed",
"label": "Dependency Changed",
"emojis": [
"arrow_down",
"arrow_up",
"pushpin",
"heavy_plus_sign",
"heavy_minus_sign"
]
},
{
"group": "useless",
"label": "Useless",
"emojis": [
"bookmark"
]
},
{
"group": "documentation",
"label": "Documentation",
"emojis": [
"pencil"
]
},
{
"group": "merged",
"label": "Merged",
"emojis": [
"twisted_rightwards_arrows",
"rewind"
]
},
{
"group": "misc",
"label": "Miscellaneous",
"emojis": []
}
]
}

0 comments on commit 2995bc4

Please sign in to comment.