File tree 3 files changed +6
-9
lines changed
packages/openapi-typescript
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
changelog :
10
- name : Changelog PR or Release
11
10
runs-on : ubuntu-latest
12
11
steps :
13
12
- uses : actions/checkout@v3
@@ -20,15 +19,12 @@ jobs:
20
19
node-version : 20
21
20
- run : pnpm i
22
21
- run : pnpm run build
23
- - name : Create Release Pull Request or Publish
24
- id : changesets
25
- uses : changesets/action@v1
22
+ - uses : changesets/action@v1
26
23
with :
27
- version : pnpm exec changeset version
24
+ version : pnpm run version
28
25
publish : pnpm exec changeset publish
29
26
commit : " [ci] release"
30
27
title : " [ci] release"
31
28
env :
32
29
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
- # npm token temporarily disabled for debugging
34
- # NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
30
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 16
16
"lint:openapi-fetch" : " cd packages/openapi-fetch && pnpm run lint" ,
17
17
"test" : " run-p -s test:*" ,
18
18
"test:openapi-typescript" : " cd packages/openapi-typescript && pnpm test" ,
19
- "test:openapi-fetch" : " cd packages/openapi-fetch && pnpm test"
19
+ "test:openapi-fetch" : " cd packages/openapi-fetch && pnpm test" ,
20
+ "version" : " pnpm run build && changeset version && pnpm i"
20
21
},
21
22
"devDependencies" : {
22
23
"@changesets/changelog-github" : " ^0.4.8" ,
Original file line number Diff line number Diff line change 4
4
5
5
### Patch Changes
6
6
7
- - 7d09c3b: Support nested path parameters in ` --path-params-as-types `
7
+ - 7d09c3b: Support nested path parameters in ` --path-params-as-types ` ( # 1130 ). Thanks, [ barakalon ] ( https://github.com/barakalon ) !
8
8
9
9
## 6.2.4
10
10
You can’t perform that action at this time.
0 commit comments