Skip to content
Compare
Choose a tag to compare
@thollander thollander released this 10 Oct 20:19
· 16 commits to main since this release
e2c37e5

What's Changed

  • chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 by @dependabot in #326
  • chore(deps-dev): bump prettier from 3.0.3 to 3.2.5 by @dependabot in #350
  • chore(deps-dev): bump @tsconfig/node20 from 20.1.2 to 20.1.4 by @dependabot in #367
  • chore(deps-dev): bump typescript from 5.3.3 to 5.6.3 by @dependabot in #390
  • chore(deps-dev): bump @types/node from 20.8.7 to 22.7.5 by @dependabot in #389
  • feat: manage delete modes in a better way + consistent input naming by @thollander in #391

Breaking changes

Parameters

  • From filePath to file-path
  • From GITHUB_TOKEN to github-token
  • From pr_number to pr-number
  • From comment_tag to comment-tag
  • From create_if_not_exists to create-if-not-exists

Mode

delete now deletes a comment immediately. To delete the comment at the end of the job, use delete-on-completion mode.

Full Changelog: v2...v3.0.0