Skip to content

Commit a4b8864

Browse files
committed
fix: one
1 parent 0c13629 commit a4b8864

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-new-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ jobs:
3333
run: |
3434
git fetch --tags --depth=1
3535
LAST_TAG=$(git describe --tags --abbrev=0 || echo "none")
36+
echo "Last tag: $LAST_TAG"
3637
if [ "$LAST_TAG" != "none" ]; then
3738
git fetch --shallow-since=$(git log -1 --format=%ai $LAST_TAG)
3839
fi
40+
echo "Commits since last tag:"
41+
git log $LAST_TAG..HEAD --oneline
3942
4043
- name: Setup Bun
4144
uses: oven-sh/setup-bun@v2

packages/daisyui/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020

2121

22-
2322
</div>
2423

2524
# daisyUI 5

0 commit comments

Comments
 (0)