From 9b0e61d7b662fad8c05da53428ec9f6abb475b35 Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Sun, 14 Apr 2024 01:29:56 +0100 Subject: [PATCH] ci: fix release-please for breaking changes --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e984330..e63642b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,6 +73,8 @@ jobs: id: release with: release-type: rust + bump-patch-for-minor-pre-major: true + bump-minor-pre-major: true publish: name: Publish to crates.io