mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Added lock emoji to order list
no issue
This commit is contained in:
parent
968cc7f671
commit
f80b5289b6
@ -12,7 +12,7 @@ const getCommitMessageFromLine = line => line
|
||||
.replace(hash, '')
|
||||
.replace(url, '');
|
||||
|
||||
const emojiOrder = ['💡', '🐛', '🎨', '💄', '✨'];
|
||||
const emojiOrder = ['💡', '🐛', '🎨', '💄', '✨', '🔒'];
|
||||
|
||||
module.exports.filterEmojiCommits = (content) => {
|
||||
if (!_.isArray(content)) {
|
||||
|
Loading…
Reference in New Issue
Block a user