From 902de2471e2f67644caedcef85bd04cf33503769 Mon Sep 17 00:00:00 2001 From: Ansgar Wehrhahn <31626864+AWehrhahn@users.noreply.github.com> Date: Mon, 28 Nov 2022 16:09:34 +0100 Subject: [PATCH] perf(pencil): remove graphiteWidth option BREAKING CHANGE: The graphiteWidth option has been removed. The default graphite width of 10mm is always used for performance reasons. --- .github/workflows/make.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 8679543..a1ac2cc 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -21,6 +21,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} # Which type of bump to use when none explicitly provided (default: `patch`). # default_bump: # optional, default is patch + fetch_all_tags: true - name: Create Release id: create_release