Skip to content

Commit ca7a33d

Browse files
committed
meta: Don't set release-type when running on host
For the alpha channel, semver-checks knows that breakage is allowed. Passing `--release-type=patch` causes it to fail the job. Remove this flag since it is only needed on targets where we build from scratch.
1 parent 8693e56 commit ca7a33d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ci/verify-build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def do_semver_checks(cfg: Cfg, target: Target) -> bool:
281281
"semver-checks",
282282
"--only-explicit-features",
283283
"--features=std,extra_traits",
284-
"--release-type=patch",
285284
],
286285
check=True,
287286
)

0 commit comments

Comments
 (0)