Releases: thollander/actions-comment-pull-request
Releases · thollander/actions-comment-pull-request
v3.0.1
What's Changed
- chore(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.2 by @dependabot in #392
- chore(deps): bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #394
- chore(deps-dev): bump prettier from 3.2.5 to 3.3.3 by @dependabot in #393
- chore(deps): bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #300
- fix: some wrong variables renaming by @thollander in #409
- chore: release 3.0.1 by @thollander in #410
Full Changelog: v3.0.0...v3.0.1
v3.0.0
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
tofile-path
- From
GITHUB_TOKEN
togithub-token
- From
pr_number
topr-number
- From
comment_tag
tocomment-tag
- From
create_if_not_exists
tocreate-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
v2.5.0 : Node 20 version support
What's Changed
- chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #304
- feat: node 20 version support by @thollander in #307
Full Changelog: v2.4.3...v2.5.0
v2 : tag on comment instead of text includes
What's Changed
- chore(deps-dev): bump @types/node from 18.11.9 to 18.11.10 by @dependabot in #158
- feat: comment tag by @thollander in #160
Full Changelog: v1...v2
v2.4.3 : outputs variables
What's Changed
- chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 by @dependabot in #271
- chore(deps-dev): bump @tsconfig/node16 from 16.1.0 to 16.1.1 by @dependabot in #273
- chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 by @dependabot in #277
- chore(deps-dev): bump prettier from 3.0.2 to 3.0.3 by @dependabot in #279
- chore(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #286
- chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #283
- feat: add actions output variables by @thollander in #297
Full Changelog: v2...v2.4.3
v2.4.2 : dependencies update
What's Changed
- chore(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in #253
- chore(deps-dev): bump prettier from 2.8.8 to 3.0.1 by @dependabot in #263
Full Changelog: v2.4.1...v2.4.2
v2.4.1 : delete mode fix
What's Changed
- chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 by @dependabot in #238
- chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 by @dependabot in #245
- chore(deps-dev): bump @tsconfig/node16 from 1.0.4 to 16.1.0 by @dependabot in #244
- docs: add information on forks permissions by @thollander in #261
- fix: delete should remove all comments with pattern (not only one) by @thollander in #266
Full Changelog: v2.4.0...v2.4.1
v2.4.0 : delete mode
What's Changed
- chore(deps-dev): bump prettier from 2.8.2 to 2.8.3 by @dependabot in #182
- chore(deps-dev): bump @vercel/ncc from 0.36.0 to 0.36.1 by @dependabot in #183
- chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 by @dependabot in #184
- chore(deps-dev): bump prettier from 2.8.3 to 2.8.4 by @dependabot in #187
- chore(deps-dev): bump @types/node from 18.11.18 to 18.13.0 by @dependabot in #186
- chore(deps-dev): bump @types/node from 18.13.0 to 18.14.1 by @dependabot in #189
- chore(deps-dev): bump @types/node from 18.14.1 to 18.14.2 by @dependabot in #190
- chore(deps-dev): bump @types/node from 18.14.2 to 18.14.5 by @dependabot in #192
- chore(deps-dev): bump @types/node from 18.14.5 to 18.14.6 by @dependabot in #193
- chore(deps-dev): bump @types/node from 18.14.6 to 18.15.1 by @dependabot in #195
- chore(deps): bump @actions/io from 1.1.2 to 1.1.3 by @dependabot in #198
- chore(deps-dev): bump @types/node from 18.15.1 to 18.15.3 by @dependabot in #197
- chore(deps-dev): bump prettier from 2.8.4 to 2.8.5 by @dependabot in #201
- chore(deps-dev): bump @types/node from 18.15.3 to 18.15.5 by @dependabot in #200
- chore(deps-dev): bump prettier from 2.8.5 to 2.8.7 by @dependabot in #205
- chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 by @dependabot in #208
- chore(deps-dev): bump @types/node from 18.15.5 to 18.15.12 by @dependabot in #210
- chore(deps-dev): bump prettier from 2.8.7 to 2.8.8 by @dependabot in #214
- chore(deps-dev): bump @types/node from 18.15.12 to 18.16.1 by @dependabot in #215
- chore(deps-dev): bump @types/node from 18.16.1 to 18.16.2 by @dependabot in #216
- docs: add information on permissions by @thollander in #222
- chore(deps-dev): bump @tsconfig/node16 from 1.0.3 to 1.0.4 by @dependabot in #226
- feat: mode to delete comment by @thollander in #239
Full Changelog: v2.3.1...v2.4.0
v2.3.1 : fix absolute path management
What's Changed
- chore(deps-dev): bump @types/node from 18.11.15 to 18.11.17 by @dependabot in #174
- chore(deps-dev): bump @types/node from 18.11.17 to 18.11.18 by @dependabot in #175
- chore(deps-dev): bump prettier from 2.8.1 to 2.8.2 by @dependabot in #178
- fix: manage absolute path by @thollander in #180
Full Changelog: v2.3.0...v2.3.1