From 5b78311256560cc0c9c4be6e6ab077ad901bc336 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Wed, 30 Apr 2025 11:27:10 -0400 Subject: [PATCH] ci: update build.yml to allow chore for semver bump --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0273fa43027..bc9680cd9d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,6 +79,7 @@ jobs: token: ${{ github.token }} branch: release skipInvalidTags: true + patchList: fix, bugfix, perf, refactor, test, tests, chore - name: Get Dev Version if: ${{ github.ref_name != 'release' }}