Skip to content

Commit 8d56982

Browse files
authored
restore dont-land-on exclusion (#5661)
1 parent 0726c63 commit 8d56982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/release/proposal.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ try {
6666

6767
pass(`v${releaseLine}.x`)
6868

69-
const diffCmd = 'branch-diff --user DataDog --repo dd-trace-js --exclude-label=semver-major'
69+
const diffCmd =
70+
`branch-diff --user DataDog --repo dd-trace-js --exclude-label=semver-major,dont-land-on-v${releaseLine}.x`
7071

7172
start('Determine version increment')
7273

0 commit comments

Comments
 (0)