Releases: tldr-pages/tldr-labeler-action
Releases · tldr-pages/tldr-labeler-action
v0.4.0
This release fixes the above annotation warning in action runs by updating all the dependencies to Node 20.
Changelog
- Extend the community label for CODEOWNERS files by @kbdharun (3146601)
- Extend tooling label for JSON files by @kbdharun (3146601)
- Update
index.js
dist for Node 20 by @kbdharun (3146601)
Extended Changelog
- Add dependabot configuration to schedule dependency updates by @kbdharun (4ad287a)
- Bump typescript from 4.9.5 to 5.4.5 by @dependabot in #13
- Bump @vercel/ncc from 0.33.4 to 0.38.1 by @dependabot in #14
- Bump @types/node from 17.0.45 to 20.12.12 by @dependabot in #12
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #10
- Bump husky from 7.0.4 to 9.0.11 by @dependabot in #11
- Fix errors in
tsconfig.json
by forcing consistent casting in file names by @kbdharun (3146601)
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #6
- Bump @actions/core from 1.7.0 to 1.9.1 by @dependabot in #5
- CI: bump actions/checkout to v4 by @kbdharun in #7
- action: update runtime to Node 20 by @kbdharun in #8
- Bump @babel/traverse from 7.17.10 to 7.23.2 by @dependabot in #9
New Contributors
- @dependabot made their first contribution in #6
- @kbdharun made their first contribution in #7
Full Changelog: v0...v0.3.0
v0.2.0
v0.1.1
What's Changed
- Update license holder by @MasterOdin in #1
- Fix set label to translation pages by @navarroaxel in #2
- Simplify regex for test directories and files.
- Extract testable getFileLabel function.
- Simplify loop over changed files.
- Use Array instead of Set.
- Remove the waiting label only.
- Add community label for MAINTAINERS.md file.
- Add unit tests with jest.
- Add Husky to run unit tests before the push.
- Add engine to
package.json
to know the required runtime more easily.
New Contributors
- @MasterOdin made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
initial commit