Skip to content

Releases: googleapis/code-suggester

code-suggester v1.3.0

04 Sep 18:20
47f57c4
Compare
Choose a tag to compare

Features

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

code-suggester v1.2.0

02 Sep 20:51
dae8891
Compare
Choose a tag to compare

Features

code-suggester v1.1.1

13 Aug 20:29
fd93216
Compare
Choose a tag to compare

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)

code-suggester v1.1.0

08 Aug 00:22
5540997
Compare
Choose a tag to compare

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

code-suggester v1.0.1

04 Aug 19:59
8e152d1
Compare
Choose a tag to compare

Bug Fixes

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

code-suggester v1.0.0

04 Aug 17:38
b987410
Compare
Choose a tag to compare

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