Skip to content

Commit 589c1cd

Browse files
committed
chore(deps): update semantic-release and related packages
- Added @semantic-release/git as a dev dependency. - Updated execa and other dependencies to their latest versions. - Modified release configuration to include git for asset management. - Updated GitHub Actions workflow to ignore docs directory and added build step.
1 parent 963ee5a commit 589c1cd

File tree

4 files changed

+56
-117
lines changed

4 files changed

+56
-117
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches:
66
- main
77
- next
8+
paths-ignore:
9+
- 'docs/**'
810

911
permissions:
1012
contents: read
@@ -42,6 +44,10 @@ jobs:
4244
4345
- name: Install npm dependencies (bun)
4446
run: bun install
47+
48+
- name: Build lib
49+
run: bun run build
50+
4551
- name: Release
4652
env:
4753
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)