BTHLABS-0000: bump-version task

Enough with manual version bumps :D
Co-authored-by: Tomek Wójcik <labs@tomekwojcik.pl>
Co-committed-by: Tomek Wójcik <labs@tomekwojcik.pl>
This commit is contained in:
2025-09-17 18:26:06 +00:00
parent 0ab87e25a4
commit 80fbbcddf3
17 changed files with 766 additions and 22 deletions

View File

@@ -1,3 +1,8 @@
run:
echo: true
pty: true
files_to_version:
- "src/content/preauth.html"
- "src/manifest/common.json"
- "package.json"
- "pyproject.toml"

View File

@@ -9,6 +9,7 @@ from invoke import Context, task
from invoke.exceptions import UnexpectedExit
from hotpocket_workspace_tools import get_workspace_mode
from hotpocket_workspace_tools.tasks import * # noqa: F401,F403
WORKSPACE_MODE = get_workspace_mode()