mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Added lock emoji to order list
no issue
This commit is contained in:
parent
968cc7f671
commit
f80b5289b6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const getCommitMessageFromLine = line => line
|
||||||
.replace(hash, '')
|
.replace(hash, '')
|
||||||
.replace(url, '');
|
.replace(url, '');
|
||||||
|
|
||||||
const emojiOrder = ['💡', '🐛', '🎨', '💄', '✨'];
|
const emojiOrder = ['💡', '🐛', '🎨', '💄', '✨', '🔒'];
|
||||||
|
|
||||||
module.exports.filterEmojiCommits = (content) => {
|
module.exports.filterEmojiCommits = (content) => {
|
||||||
if (!_.isArray(content)) {
|
if (!_.isArray(content)) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue