Add pre-release scenarios (#790)

Scenarios added in https://github.com/zanieb/packse/pull/58
This commit is contained in:
Zanie Blue 2024-01-04 21:10:43 -06:00 committed by GitHub
parent 3d6ea7809a
commit 0cd57a6cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 905 additions and 50 deletions

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@ import textwrap
from pathlib import Path from pathlib import Path
PACKSE_COMMIT = "4ffd4ee25eb89fe078de15572bd609cf359a1997" PACKSE_COMMIT = "c448e24b336f3699407c50ed7a07b9b7442cb1a5"
TOOL_ROOT = Path(__file__).parent TOOL_ROOT = Path(__file__).parent
TEMPLATE = TOOL_ROOT / "template.mustache" TEMPLATE = TOOL_ROOT / "template.mustache"
PACKSE = TOOL_ROOT / "packse-scenarios" PACKSE = TOOL_ROOT / "packse-scenarios"