ignore semantic versioning check to allow alpha release tag
This commit is contained in:
parent
ae6c00761d
commit
a68205a3bd
|
@ -101,6 +101,7 @@ jobs:
|
|||
uses: BellCubeDev/update-package-version-by-release-tag@v2
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
ignore-semver-check: false # allow PEP 440 alpha/beta/rc releases
|
||||
package-json-path: workbench/package.json
|
||||
|
||||
- name: Commit updated HISTORY.rst, changelog.html, and package.json
|
||||
|
|
Loading…
Reference in New Issue