Skip to content

Commit

Permalink
fix: Fix breaking change expression, long variant should be optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Oct 24, 2020
1 parent dbaac39 commit f435ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
major: [
/^breaking(?: change):/i
/^breaking(?: change)?:/i
],
minor: [
/^feat(?:ure)?:/i
Expand Down

0 comments on commit f435ec0

Please sign in to comment.