Skip to content

Commit f20c459

Browse files
committed
chore: update semantic-release configuration and dependencies
- Added @semantic-release/git to package.json and bun.lock for improved release management. - Updated release.config.cjs to include @semantic-release/git in the plugins array. - Modified release workflow to build the library before releasing. - Ensured consistency in dependency versions across the project.
1 parent 1d76a6f commit f20c459

4 files changed

Lines changed: 108 additions & 52 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- next
78
paths-ignore:
89
- 'docs/**'
910

@@ -43,6 +44,10 @@ jobs:
4344
4445
- name: Install npm dependencies (bun)
4546
run: bun install
47+
48+
- name: Build lib
49+
run: bun run build
50+
4651
- name: Release
4752
env:
4853
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)