2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-27 19:16:44 +00:00

fix(backend): api version style (#8989)

* fix api version style

* set base path
This commit is contained in:
Matthias Mair 2025-01-29 22:30:09 +01:00 committed by GitHub
parent f663e008df
commit edc97b1afd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ jobs:
echo "Version: $version"
echo "version=$version" >> "$GITHUB_OUTPUT"
- name: Extract settings / tags
run: invoke int.export-definitions
run: invoke int.export-definitions --basedir src/backend/InvenTree
- name: Upload settings
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # pin@v4.6.0
with:

View File

@ -8,7 +8,7 @@ INVENTREE_API_VERSION = 306
INVENTREE_API_TEXT = """
v3-6 0 2025-01-28 : https://github.com/inventree/InvenTree/pull/8966
v306 - 2025-01-28 : https://github.com/inventree/InvenTree/pull/8966
- Adds "start_date" to PurchasesOrder API
- Adds "start_date" to SalesOrder API
- Adds "start_date" to ReturnOrder API