You've already forked hotpocket
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:
@@ -1,3 +1,8 @@
|
||||
run:
|
||||
echo: true
|
||||
pty: true
|
||||
files_to_version:
|
||||
- "src/content/preauth.html"
|
||||
- "src/manifest/common.json"
|
||||
- "package.json"
|
||||
- "pyproject.toml"
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user