Skip to content

Commit

Permalink
🔧 Add 🏷️ to releaseRules
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Feb 3, 2022
1 parent f4c9045 commit 8552b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"premajor": [":boom:"],
"minor": [":sparkles:"],
"preminor": [":sparkles:"],
"patch": [":bug:", ":ambulance:", ":lock:"],
"prepatch": [":bug:", ":ambulance:", ":lock:"]
"patch": [":bug:", ":ambulance:", ":lock:", ":label:"],
"prepatch": [":bug:", ":ambulance:", ":lock:", ":label:"]
}
}
],
Expand Down

0 comments on commit 8552b51

Please sign in to comment.