Skip to content

Releases: jbrocher/auto-pr-body-generator

0.2.2

12 May 13:51
de2151d
Compare
Choose a tag to compare

What's Changed

  • feat/update readme with latest version by @jbrocher in #7

Full Changelog: v0.2.1...v0.2.2

0.2.1

12 May 13:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

0.2.0

12 May 13:30
Compare
Choose a tag to compare

A few important changes :

  • A class Prompt was created to facilitate manipulating and composing the prompts
  • The structuring prompts have been improved to produce more relevant results
  • A splitting and summarizing mechanism has been implemented to handle long PRs correctly

Full Changelog: v0.1.1...v0.2.0

0.1.1

10 May 16:09
Compare
Choose a tag to compare

What's Changed

  • fix: Fix use action_path to reference files by @jbrocher in #4

New Contributors

Full Changelog: v0.1.0...v0.1.1

0.1.0

10 May 11:52
Compare
Choose a tag to compare

Initial Release:

  • Create CLI using typer for generating the PR body based on file I/O
  • Create action.yml using the CLI to read and edit the PR