Skip to content

Commit 4979017

Browse files
committed
chore(release): v3.24.0
1 parent 6c7bd61 commit 4979017

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,18 @@ jobs:
2020
- name: Setup pnpm
2121
uses: pnpm/action-setup@v5
2222
with:
23+
run_install: false
2324
cache: true
24-
run_install: true
2525

2626
- name: Setup Node.js
2727
uses: actions/setup-node@v6
2828
with:
2929
node-version: '24.x'
30+
registry-url: 'https://registry.npmjs.org'
31+
cache: 'pnpm'
32+
33+
- name: Install dependencies
34+
run: pnpm install
3035

3136
- run: pnpm exec changelogithub
3237
env:

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v3.24.0
2+
3+
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.23.6...v3.24.0)
4+
5+
### 🚀 Enhancements
6+
7+
- **hooks:** Add preRemoveCmd lifecycle hook ([#50](https://github.com/jackiotyu/git-worktree-manager/pull/50))
8+
9+
### 💅 Refactors
10+
11+
- Move worktree hooks to core/hooks and add post-create hook ([6c7bd61](https://github.com/jackiotyu/git-worktree-manager/commit/6c7bd61))
12+
13+
### 🤖 CI
14+
15+
- Update GitHub Actions workflow to install dependencies ([f758080](https://github.com/jackiotyu/git-worktree-manager/commit/f758080))
16+
117
## v3.23.6
218

319
[compare changes](https://github.com/jackiotyu/git-worktree-manager/compare/v3.23.5...v3.23.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "git-worktree-manager",
44
"displayName": "Git Worktree Manager",
55
"description": "Effortless multi-workspace management and fast Git project cloning across directories.轻松管理多工作区,快速克隆 Git 项目并跨目录运行。",
6-
"version": "3.23.6",
6+
"version": "3.24.0",
77
"packageManager": "pnpm@10.0.0",
88
"engines": {
99
"vscode": "^1.60.0"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)