File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @changesets/action " : patch
3+ ---
4+
5+ Update to latest version of ghcommit
Original file line number Diff line number Diff line change 4141 "@changesets/read" : " ^0.5.3" ,
4242 "@manypkg/get-packages" : " ^1.1.3" ,
4343 "@octokit/plugin-throttling" : " ^5.2.1" ,
44- "@s0/ghcommit" : " ^1.1 .0" ,
44+ "@s0/ghcommit" : " ^1.2 .0" ,
4545 "fs-extra" : " ^8.1.0" ,
4646 "mdast-util-to-string" : " ^1.0.6" ,
4747 "remark-parse" : " ^7.0.1" ,
Original file line number Diff line number Diff line change @@ -389,14 +389,9 @@ export async function runVersion({
389389
390390 await commitChangesFromRepo ( {
391391 octokit,
392- owner : github . context . repo . owner ,
393- repository : github . context . repo . repo ,
392+ ...github . context . repo ,
394393 branch : versionBranch ,
395- // TODO: switch this to use direct string input when supported
396- message : {
397- headline : finalCommitMessage . split ( "\n" , 2 ) [ 0 ] . trim ( ) ,
398- body : finalCommitMessage . split ( "\n" , 2 ) [ 1 ] ?. trim ( ) ,
399- } ,
394+ message : finalCommitMessage ,
400395 base : {
401396 commit : github . context . sha ,
402397 } ,
Original file line number Diff line number Diff line change 16181618 dependencies :
16191619 " @octokit/openapi-types" " ^17.2.0"
16201620
1621- " @s0/ghcommit@^1.1 .0 " :
1622- version "1.1 .0"
1623- resolved "https://registry.yarnpkg.com/@s0/ghcommit/-/ghcommit-1.1 .0.tgz#789858feb3a9e9a799a6ce7abada988cd925c21f "
1624- integrity sha512-1jEUzrfa9QvEdCaFicv2oc5ep9zFG4HE60vU48dIp+W1JzeOmPHOxNt9y5rE5TvXzTGAdLpoCvPnRrR6jCwFyw ==
1621+ " @s0/ghcommit@^1.2 .0 " :
1622+ version "1.2 .0"
1623+ resolved "https://registry.yarnpkg.com/@s0/ghcommit/-/ghcommit-1.2 .0.tgz#27b7e474653f98fb8126e249db929180b025082c "
1624+ integrity sha512-v3HlIX/OYWG32mT97JLPJQ2iCFI7hWtC2OONFoEAeiySAnbLhiToC1xlbT7fdlUcXTT2FktEJosfNbEbS9LniQ ==
16251625 dependencies :
16261626 isomorphic-git "^1.27.1"
16271627
You can’t perform that action at this time.
0 commit comments