File tree Expand file tree Collapse file tree 6 files changed +389
-5
lines changed Expand file tree Collapse file tree 6 files changed +389
-5
lines changed Original file line number Diff line number Diff line change 2525 cache : pnpm
2626
2727 - name : Setup
28- run : npm i -g @antfu/ni
28+ run : pnpm i -g @antfu/ni
2929
3030 - name : Install
3131 run : ni --no-frozen-lockfile
Original file line number Diff line number Diff line change 2525 cache : pnpm
2626
2727 - name : Setup
28- run : npm i -g @antfu/ni
28+ run : pnpm i -g @antfu/ni
2929
3030 - name : Install
3131 run : nci
4848 cache : pnpm
4949
5050 - name : Setup
51- run : npm i -g @antfu/ni
51+ run : pnpm i -g @antfu/ni
5252
5353 - name : Install
5454 run : nci
7878 cache : pnpm
7979
8080 - name : Setup
81- run : npm i -g @antfu/ni
81+ run : pnpm i -g @antfu/ni
8282
8383 - name : Install
8484 run : nci
Original file line number Diff line number Diff line change @@ -16,10 +16,19 @@ jobs:
1616 with :
1717 fetch-depth : 0
1818
19+ - name : Setup PNPM
20+ run : corepack enable
21+
1922 - uses : actions/setup-node@v3
2023 with :
2124 node-version : 24.x
2225
23- - run : npx changelogithub
26+ - name : Setup
27+ run : pnpm i -g @antfu/ni
28+
29+ - name : Install
30+ run : nci
31+
32+ - run : nlx changelogithub
2433 env :
2534 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ import { defineConfig } from "changelogithub" ;
2+
3+ export default defineConfig ( {
4+ types : {
5+ ci : { title : "👷 CI" } ,
6+ chore : { title : "🧹 Chore" } ,
7+ refactor : { title : "🔨 Refactor" } ,
8+ } ,
9+ } ) ;
Original file line number Diff line number Diff line change 2020 "@typescript/native-preview" : " 7.0.0-dev.20251030.1" ,
2121 "@vue-macros/test-utils" : " ^3.1.1" ,
2222 "bumpp" : " ^10.3.1" ,
23+ "changelogithub" : " ^13.16.1" ,
2324 "eslint" : " ^9.38.0" ,
2425 "prettier" : " ^3.6.2" ,
2526 "tsdown" : " ^0.15.11" ,
You can’t perform that action at this time.
0 commit comments