Releases: ataylorme/eslint-annotate-action
Releases · ataylorme/eslint-annotate-action
3.0.0 - CONTAINS BREAKING CHANGES
3.0.0
- CONTAINS BREAKING CHANGES
- Rename the
repo-token
input toGITHUB_TOKEN
- Run the Action itself on Node 20 instead of Node 16
- Truncate summary if too long
- Only add changed file to markdown summary if only changed files is true
- Use
@octokit/action
instead ofactions-toolkit
- Use ESLint types from
@types/eslint
instead of custom types - Default line to 1 if it's not present
2.2.0
- #66 Add support for multiple reports via glob patterns
- props @mskelton
- #65 Add report markdown to job summary
- props @velocibear
2.1.1
Merge pull request #64 from ataylorme/feat/report-unused-disable-dire…
1.2.0
- Add
fail-on-warning
input
1.2.0-beta1
1.1.3
1.1.3-beta1
Addresses start_column cannot be null
error reported in #14
1.1.2
1.1.1
- Run script to completion, rather than exiting with a
0
status code. See https://github.com/actions/toolkit/tree/master/packages/core#exit-codes for details - Correct success/failure ternary
1.1.0-beta5
Version bump to 1.1.0-beta5