Skip to content

Commit

Permalink
fix: also exclude backport-open label from branch diff (nodejs#440)
Browse files Browse the repository at this point in the history
* fix: also exclude backport-open label from branch diff

* Also exclude baking-for-lts
  • Loading branch information
codebytere authored Jun 9, 2020
1 parent 08bc3fc commit af4c72c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/prepare_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,9 @@ class ReleasePreparation {
`dont-land-on-v${majorVersion}.x`,
`backport-requested-v${majorVersion}.x`,
`backported-to-v${majorVersion}.x`,
`backport-blocked-v${majorVersion}.x`
`backport-blocked-v${majorVersion}.x`,
`backport-open-v${majorVersion}.x`,
'baking-for-lts'
];

let comparisonBranch = 'master';
Expand Down

0 comments on commit af4c72c

Please sign in to comment.