File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 33 "changelog" : " @changesets/cli/changelog" ,
44 "commit" : false ,
55 "linked" : [],
6- "access" : " restricted " ,
7- "baseBranch" : " master " ,
6+ "access" : " public " ,
7+ "baseBranch" : " main " ,
88 "updateInternalDependencies" : " patch" ,
99 "ignore" : []
10- }
10+ }
Original file line number Diff line number Diff line change 55jobs :
66 changeset :
77 runs-on : ubuntu-latest
8+ container :
9+ image : ianwalter/pnpm:v1.4.0
810 timeout-minutes : 5
911 steps :
1012 - name : Checkout
1113 uses : actions/checkout@v2
1214 with :
1315 fetch-depth : 0
14- - name : Changeset
15- uses : ianwalter/add-changeset@v1.0.8
16- env :
17- DEBUG : true
16+ persist-credentials : false
17+ - name : Add Changeset
18+ uses : generates/changeset-action@v2.0.1
19+ - name : Commit Changes
20+ uses : generates/commit-action@v1.0.1
21+ with :
22+ token : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: CI
22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77jobs :
88 build :
99 runs-on : ubuntu-latest
1010 container :
11- image : ianwalter/pnpm:v1.1 .0
11+ image : ianwalter/pnpm:v1.4 .0
1212 timeout-minutes : 3
1313 steps :
1414 - name : Checkout
Original file line number Diff line number Diff line change 77 release :
88 runs-on : ubuntu-latest
99 container :
10- image : ianwalter/pnpm:v1.1 .0
10+ image : ianwalter/pnpm:v1.4 .0
1111 timeout-minutes : 10
1212 steps :
1313 - name : Checkout
You can’t perform that action at this time.
0 commit comments