Skip to content

Commit

Permalink
ignore "PR: Breaking Change" label when generating changelog (babel#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung authored Aug 8, 2023
1 parent 7aa23aa commit dd496c7
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@
"cacheDir": ".changelog",
"labels": {
"PR: Spec Compliance :eyeglasses:": ":eyeglasses: Spec Compliance",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: Deprecation: :loudspeaker:": ":loudspeaker: Deprecation",
"PR: Deprecation :loudspeaker:": ":loudspeaker: Deprecation",
"PR: New Feature :rocket:": ":rocket: New Feature",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Polish :nail_care:": ":nail_care: Polish",
Expand All @@ -123,6 +122,19 @@
"PR: Performance :running_woman:": ":running_woman: Performance",
"PR: Revert :leftwards_arrow_with_hook:": ":leftwards_arrow_with_hook: Revert",
"PR: Output optimization :microscope:": ":microscope: Output optimization"
},
"labels_breaking": {
"PR: Spec Compliance (next major) :eyeglasses:": ":eyeglasses: Spec Compliance",
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: Deprecation (next major) :loudspeaker:": ":loudspeaker: Deprecation",
"PR: New Feature (next major) :rocket:": ":rocket: New Feature",
"PR: Bug Fix (next major) :bug:": ":bug: Bug Fix",
"PR: Polish (next major) :nail_care:": ":nail_care: Polish",
"PR: Docs (next major) :memo:": ":memo: Documentation",
"PR: Internal (next major) :house:": ":house: Internal",
"PR: Performance (next major) :running_woman:": ":running_woman: Performance",
"PR: Revert (next major)": ":leftwards_arrow_with_hook: Revert",
"PR: Output optimization (next major) :microscope:": ":microscope: Output optimization"
}
}
}

0 comments on commit dd496c7

Please sign in to comment.