Skip to content

Commit 5646c5d

Browse files
committed
🐛 fix lipstick-emoji should trigger patch release
1 parent e6ac6c3 commit 5646c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releaserc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
releaseRules: {
3232
major: [":boom:"],
3333
minor: [":sparkles:"],
34-
patch: [":bug:", ":ambulance:", ":lock:", ":lipstick"],
34+
patch: [":bug:", ":ambulance:", ":lock:", ":lipstick:"],
3535
},
3636
releaseNotes: {
3737
template,

0 commit comments

Comments
 (0)