Merge pull request #1961 from emlys/remove-semver-restriction

Ignore semantic versioning check to allow alpha release tag
This commit is contained in:
James Douglass 2025-05-27 16:55:53 -07:00 committed by GitHub
commit 16f8417d80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ jobs:
uses: BellCubeDev/update-package-version-by-release-tag@v2
with:
version: ${{ inputs.version }}
ignore-semver-check: "true" # allow PEP 440 alpha/beta/rc releases
package-json-path: workbench/package.json
- name: Commit updated HISTORY.rst, changelog.html, and package.json