Skip to content

Commit b2817f0

Browse files
committed
feat: yo
1 parent 1f9b89e commit b2817f0

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
for p in $PACKAGES; do
6060
uv run --directory "$p" bash -e <<"EOF"
61-
if semantic-release --strict version --no-commit --no-tag; then
61+
if semantic-release -v --strict version --no-commit --no-tag; then
6262
uv lock --upgrade-package $(uv version | cut -d " " -f1)
6363
git add "$GITHUB_WORKSPACE/uv.lock"
6464
grep "{ workspace = true }" pyproject.toml | {
@@ -68,7 +68,7 @@ jobs:
6868
}
6969
git add pyproject.toml
7070
uv build -o dist
71-
semantic-release --strict version
71+
semantic-release -v --strict version
7272
semantic-release publish
7373
uv publish dist/*
7474
fi

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
<!--next-version-placeholder-->
3+
<!-- version list -->
44

55
## v0.112.0 (2025-10-15)
66

packages/bolt/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
<!--next-version-placeholder-->
3+
<!-- version list -->
44

55
## v0.49.2 (2025-06-17)
66

packages/lectern/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
<!--next-version-placeholder-->
3+
<!-- version list -->
44

55
## v0.34.0 (2024-07-21)
66

packages/mecha/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
<!--next-version-placeholder-->
3+
<!-- version list -->
44

55
## v0.99.0 (2025-07-18)
66

packages/mecha/src/mecha/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
from .resources import * # noqa: F403
1616
from .serialize import * # noqa: F403
1717
from .spec import * # noqa: F403
18+
19+
print("yo")

src/beet/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
from .toolchain.worker import * # noqa: F403
2222

2323
print("test")
24+
print("yo")

0 commit comments

Comments
 (0)