Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ataylorme committed Mar 1, 2024
1 parent b3fedb9 commit 149e14a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `3.0.0` - CONTAINS BREAKING CHANGES

- Rename the `repo-token` input to `GITHUB_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 of `actions-toolkit`
- Use ESLint types from `@types/eslint` instead of custom types
- Default line to 1 if it's not present

0 comments on commit 149e14a

Please sign in to comment.