⬆️ Update gitmojis
This commit is contained in:
parent
7cb240425e
commit
6faf02b84d
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2016-2018 Carlos Cuesta
|
Copyright (c) 2016-2022 Carlos Cuesta
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"$schema": "https://gitmoji.dev/api/gitmojis/schema",
|
||||||
"gitmojis": [
|
"gitmojis": [
|
||||||
{
|
{
|
||||||
"emoji": "🎨",
|
"emoji": "🎨",
|
||||||
|
@ -96,6 +97,14 @@
|
||||||
"name": "lock",
|
"name": "lock",
|
||||||
"semver": "patch"
|
"semver": "patch"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"emoji": "🔐",
|
||||||
|
"entity": "🔐",
|
||||||
|
"code": ":closed_lock_with_key:",
|
||||||
|
"description": "Add or update secrets.",
|
||||||
|
"name": "closed-lock-with-key",
|
||||||
|
"semver": null
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"emoji": "🔖",
|
"emoji": "🔖",
|
||||||
"entity": "🔖",
|
"entity": "🔖",
|
||||||
|
@ -170,7 +179,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"emoji": "♻️",
|
"emoji": "♻️",
|
||||||
"entity": "♲",
|
"entity": "♻",
|
||||||
"code": ":recycle:",
|
"code": ":recycle:",
|
||||||
"description": "Refactor code.",
|
"description": "Refactor code.",
|
||||||
"name": "recycle",
|
"name": "recycle",
|
||||||
|
@ -524,7 +533,7 @@
|
||||||
"emoji": "👔",
|
"emoji": "👔",
|
||||||
"entity": "👔",
|
"entity": "👔",
|
||||||
"code": ":necktie:",
|
"code": ":necktie:",
|
||||||
"description": "Add or update business logic",
|
"description": "Add or update business logic.",
|
||||||
"name": "necktie",
|
"name": "necktie",
|
||||||
"semver": "patch"
|
"semver": "patch"
|
||||||
},
|
},
|
||||||
|
@ -548,9 +557,33 @@
|
||||||
"emoji": "🧑💻",
|
"emoji": "🧑💻",
|
||||||
"entity": "🧑‍💻",
|
"entity": "🧑‍💻",
|
||||||
"code": ":technologist:",
|
"code": ":technologist:",
|
||||||
"description": "Improve developer experience",
|
"description": "Improve developer experience.",
|
||||||
"name": "technologist",
|
"name": "technologist",
|
||||||
"semver": null
|
"semver": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"emoji": "💸",
|
||||||
|
"entity": "💸",
|
||||||
|
"code": ":money_with_wings:",
|
||||||
|
"description": "Add sponsorships or money related infrastructure.",
|
||||||
|
"name": "money-with-wings",
|
||||||
|
"semver": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"emoji": "🧵",
|
||||||
|
"entity": "🧵",
|
||||||
|
"code": ":thread:",
|
||||||
|
"description": "Add or update code related to multithreading or concurrency.",
|
||||||
|
"name": "thread",
|
||||||
|
"semver": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"emoji": "🦺",
|
||||||
|
"entity": "🦺",
|
||||||
|
"code": ":safety_vest:",
|
||||||
|
"description": "Add or update code related to validation.",
|
||||||
|
"name": "safety-vest",
|
||||||
|
"semver": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue