From 9c360e6eb5d462f18f77455f7eb0c27cff2dfc07 Mon Sep 17 00:00:00 2001 From: Leon Haffmans Date: Thu, 17 Apr 2025 09:39:37 +0200 Subject: [PATCH] =?UTF-8?q?fix(versioning):=20=F0=9F=A9=B9Allow=20major=20?= =?UTF-8?q?bumps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/python-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 647384a74..c205e7d37 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -52,7 +52,7 @@ jobs: - name: Check version tag run: | python -m docs.compatibility.versioning --gh-version ${{ github.ref_name }} \ - --gh-token ${{ secrets.GITHUB_TOKEN }} --major-bump-disallowed + --gh-token ${{ secrets.GITHUB_TOKEN }} json_schemas: name: Generate JSON-Schemas runs-on: ubuntu-latest