BTHLABS-0000: Fix bumping of the workspace
This commit is contained in:
parent
77526b1fae
commit
a6f01ba71e
|
@ -4,4 +4,5 @@ run:
|
||||||
files_to_version:
|
files_to_version:
|
||||||
- "deployment/aio/docker-compose.yaml"
|
- "deployment/aio/docker-compose.yaml"
|
||||||
- "deployment/fullstack/docker-compose.yaml"
|
- "deployment/fullstack/docker-compose.yaml"
|
||||||
|
- "pyproject.toml"
|
||||||
- "README.md"
|
- "README.md"
|
||||||
|
|
3
poetry.lock
generated
3
poetry.lock
generated
|
@ -9,6 +9,9 @@ python-versions = "^3.12"
|
||||||
files = []
|
files = []
|
||||||
develop = true
|
develop = true
|
||||||
|
|
||||||
|
[package.dependencies]
|
||||||
|
invoke = "2.2.0"
|
||||||
|
|
||||||
[package.source]
|
[package.source]
|
||||||
type = "directory"
|
type = "directory"
|
||||||
url = "services/packages/workspace_tools"
|
url = "services/packages/workspace_tools"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "hotpocket-workspace"
|
name = "hotpocket-workspace"
|
||||||
version = "1.0.0"
|
version = "25.9.12"
|
||||||
description = "HotPocket Workspace"
|
description = "HotPocket Workspace"
|
||||||
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
|
authors = ["Tomek Wójcik <contact@bthlabs.pl>"]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
2
tasks.py
2
tasks.py
|
@ -290,5 +290,5 @@ def bump_version(ctx: Context,
|
||||||
f'inv bump-version {next_version} --build {build}',
|
f'inv bump-version {next_version} --build {build}',
|
||||||
)
|
)
|
||||||
|
|
||||||
if service is None:
|
if 'backend' in services_to_bump:
|
||||||
tools_bump_version_task(ctx, next_version, build=build)
|
tools_bump_version_task(ctx, next_version, build=build)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user