Skip to content

Releases: Arthri/check-eol

v2.1.0

05 Jan 16:08
00550e3

Choose a tag to compare

🆕 Features

  • Added explicit read-only permissions declaration for content
  • Updated actions/checkout to v6

v2.0.0

23 Nov 05:25
4929deb

Choose a tag to compare

❗ Breaking Changes

  • Renamed checkout-ref input parameter to ref.
  • Renamed reusable workflow to i.yml from check-eol.yml.

🆕 Features

  • Added GitHub's ::notice:: and ::error:: commands to messages to highlight information and errors.
  • Merged with check-eol-composite: the repository now serves as both a reusable workflow and a composite action.
  • Removed unnecessary run-name from templates.

🐞 Fixes

  • Fixed error message requiring LF despite specifying something else with the default-eol input parameter.

v1.3.0

07 Jun 19:13
744d767

Choose a tag to compare

🆕 Features

  • Updated actions/checkout from v3 to v4

🐞 Fixes

v1.2.0

30 Jul 08:26
d032fbc

Choose a tag to compare

🆕 Features

🐞 Fixes

  • Corrected spelling of Sequence to Sequences in certain contexts

v1.1.0

22 Jul 16:49
0b77e94

Choose a tag to compare

🆕 Features

  • Changed behavior of default-eol to define the EOL sequence for all files in the index
  • Forced LF in index for all files, by default.
  • Workflow now ignores working tree copy

🐞 Fixes

Core Release

29 Jun 15:15
254c50b

Choose a tag to compare

🆕 Features

🐞 Fixes

❗ Breaking Changes