Skip to content

Releases: bluekeyes/patch2pr

v0.7.0

01 Oct 15:39
24a2954
Compare
Choose a tag to compare
  • Upgrade google/go-github to v39.1.0
  • Add GraphQLApplier for applying patches with the createCommitOnBranch GraphQL mutation

v0.6.0

20 Aug 01:48
5e51671
Compare
Choose a tag to compare
  • Update bluekeyes/go-gitdiff to v0.6.0
  • Fix file names in CLI errors messages

v0.5.0

16 Aug 22:46
db3c0d8
Compare
Choose a tag to compare
  • Upgrade google/go-github to v38.1.0
  • Upgrade bluekeyes/go-gitdiff to v0.5.2

v0.4.1

06 Jul 17:00
1a4881c
Compare
Choose a tag to compare
  • Allow a single patch to make multiple changes to the same file without an intermediate commit or tree creation
  • Use GitHub Actions for linting and testing
  • Add integration tests

v0.4.0

28 May 15:13
da87617
Compare
Choose a tag to compare
  • Upgrade google/go-github to v35.1.0
  • Upgrade bluekeyes/go-gitdiff to v0.5.1

v0.3.0

08 Apr 01:02
Compare
Choose a tag to compare
  • Change the signature of applier.Commit to accept a template *github.Commit struct

v0.2.0

17 Dec 17:24
Compare
Choose a tag to compare
  • Upgrade google/go-github to v33

v0.1.0

17 Dec 17:19
29f81f7
Compare
Choose a tag to compare

Initial release. While functionally complete, the library hasn't been tested on a wide range of patches yet and the API may change in future versions, particularly as new major versions of google/go-github are released.