Skip to content

Commit

Permalink
chore: fix cherry-pick script (#2947)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker authored May 18, 2021
1 parent d2584ed commit 1c53c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/cherry-pick.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function getCommits(branch) {
// filter merge commits and any types that don't match the release type
if (
!merge &&
!subject.startsWith('merge branch') &&
subject && !subject.startsWith('merge branch') &&
scope !== 'release' &&
commitType[releaseType] &&
!ignoreCommits.includes(hash)
Expand Down

0 comments on commit 1c53c20

Please sign in to comment.