Skip to content

Latest commit

 

History

History
334 lines (154 loc) · 19.2 KB

CHANGELOG.md

File metadata and controls

334 lines (154 loc) · 19.2 KB

Changelog

4.3.3 (2023-07-11)

Bug Fixes

  • deps: Update word-wrap dependency to 1.2.6 (#477) (4946260)

4.3.2 (2023-04-11)

Bug Fixes

  • Configure NullLogger as default logger (#472) (a5dd35e)

4.3.1 (2023-02-24)

Bug Fixes

  • deps: Update dependency parse-diff to ^0.11.0 (#451) (da26e41)

4.3.0 (2023-01-25)

Features

4.2.0 (2023-01-05)

Features

  • Throw new CommitError if an API error occurs during commit process (#434) (5ee7f2a)

Bug Fixes

  • deps: Update dependency parse-diff to ^0.10.0 (#430) (06638c2)

4.1.1 (2022-11-09)

Bug Fixes

4.1.0 (2022-08-24)

Features

4.0.1 (2022-08-16)

Bug Fixes

  • action: run on node16, node14 does not exist (#392) (a6296cc)

4.0.0 (2022-08-09)

⚠ BREAKING CHANGES

  • drop Node 12 support
  • action: upgrade to Node 14
  • update @octokit/rest to v19 (#385)

deps

Build System

3.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#372)

Build System

2.2.0 (2022-02-28)

Features

2.1.4 (2022-02-23)

Bug Fixes

  • cli: don't crash when there are no changes (#334) (e606126), closes #229
  • try to merge the upstream repo branch on the fork (#330) (2d5c3f9), closes #335

2.1.3 (2022-02-22)

Bug Fixes

2.1.2 (2022-01-19)

Bug Fixes

  • deps: update dependency parse-diff to ^0.9.0 (#303) (25983c9)

2.1.1 (2021-09-03)

Bug Fixes

2.1.0 (2021-05-31)

Features

  • add gcf-owl-bot[bot] to ignoreAuthors (#224) (3ed8f15)

2.0.0 (2021-04-26)

⚠ BREAKING CHANGES

  • This does not actually break any interfaces that are intended to be public (exported in index.ts), but would be breaking if you are importing from deeply nested paths which is not intended.
  • move custom logger configuration into options (#212)
  • cleanup custom logging (#206)

Features

Code Refactoring

1.11.0 (2021-04-22)

Features

  • add optional draft flag to openPullRequest() (#207) (ff9516c)

1.10.0 (2021-03-30)

Features

1.9.3 (2021-03-23)

Bug Fixes

  • deps: update to the latest version of octokit (#181) (2c6c89d)

1.9.2 (2021-03-15)

Bug Fixes

  • deps: update dependency parse-diff to ^0.8.0 (#177) (edce69c)

1.9.1 (2021-03-02)

Bug Fixes

1.9.0 (2021-02-25)

Features

Bug Fixes

  • deps: update dependency @types/yargs to v16 (#168) (6cc6657)

1.8.2 (2020-12-08)

Bug Fixes

  • add package-lock.json to fix Docker build (#161) (0d5ecf1)

1.8.1 (2020-11-11)

Bug Fixes

1.8.0 (2020-10-09)

Features

  • review: allow raw diff for reviewPullRequest (#137) (841526d)

Bug Fixes

  • handle addition-only and deletion-only changes (#144) (ab936a2), closes #126 #127
  • the review comment should go on the old file lines, not the new file lines (#140) (662391f)

1.7.0 (2020-10-07)

Features

  • action: action can now review pull requests (#135) (c90a128)
  • cli: add command for reviewing a pr (#130) (ffac451)

Bug Fixes

1.6.0 (2020-09-25)

Features

1.5.0 (2020-09-10)

Features

  • cli,action: enable configuring --fork option (#109) (fd77d4a)

Bug Fixes

  • deps: update dependency yargs to v16 (#111) (8a1ec95)

1.4.0 (2020-09-08)

Features

Bug Fixes

  • listBranches fails if repo has many branches (#102) (eda2336)

1.3.0 (2020-09-04)

Features

  • logging: allow pino to be configured (#97) (d45e474)
  • types: make Changes type public (#98) (8df9310)

1.2.0 (2020-09-02)

Features

1.1.1 (2020-08-13)

Bug Fixes

  • cli,action: when process fails, make exit code 1 (#81) (c1495cb), closes #72
  • framework-core: retry mechanism for when forked git object isn't quite ready (#78) (326145f)

1.1.0 (2020-08-07)

Features

  • action: setup configuration for GitHub actions (#69) (b879d75)

Bug Fixes

  • core-library: do not create pr when a pr already exists for a ref (#66) (4c7b259), closes #17

1.0.1 (2020-08-04)

Bug Fixes

  • command and public package alias (#61) (79b540d)

1.0.0 (2020-08-04)

Features

  • basic pr opening (#33) (2be3e59)
  • commit and push changes onto a SHA to a target remote (#30) (8bf1782), closes #19
  • create a branch from origin owner, repo, branch name, and an optional primary branch (#27) (fecaaba)
  • forking with octokit given repo and owner (#20) (eb9047f)
  • cli: cli interface (#53) (836e0bc)
  • core: create a GitHub Pull Request from a fork (#45) (782bced)

Bug Fixes