From d1da6c20d8dc2add746a8194ec1c6517cea20d59 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Tue, 14 Feb 2023 10:09:59 +0100 Subject: [PATCH] ci: always assume minor release in semver check (#5455) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 704f7b4e5..7da76abb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,6 +247,7 @@ jobs: - name: Check semver compatibility run: | cargo semver-checks check-release \ + --release-type minor \ --exclude benches \ --exclude examples \ --exclude stress-test \