Skip to content

Releases: tsuyoshicho/action-textlint

Release v3.11.1

17 May 05:54
689c876
Compare
Choose a tag to compare

v3.11.1: PR #527 - fix: miss exit code handling

Release v3.11.0

17 May 02:08
7919989
Compare
Choose a tag to compare

v3.11.0: PR #525 - fix: Deprecated fail-on-error, and add support fail-level

This version add below changes. (keep compatibility)

  • Add support fail-level setting
  • And deprecate fail-on-error setting (If true is set, it will be interpreted as "-fail-level=error")

reviewdog v0.20.2 or higher is to need it.

Release v3.10.0

10 Feb 14:14
acab4b7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9...v3.10.0

Release v3.9.3

07 Aug 22:11
f59453e
Compare
Choose a tag to compare

Summary

3.9.2 has checking is miss.

Refix it.

What's Changed

Full Changelog: v3.9.2...v3.9.3

Release v3.9.2

07 Aug 13:06
c5e0d2f
Compare
Choose a tag to compare

Summary

Fix exit code handling

What's Changed

New Contributors

Full Changelog: v3.9.1...v3.9.2

Release v3.9.1

05 Aug 12:49
3d4a021
Compare
Choose a tag to compare

Summary

Fix github-pr-review reporter diff handling.

What's Changed

  • fix: github-pr-preview reporter use user selected filter_mode by @tsuyoshicho in #425

Full Changelog: v3.9.0...v3.9.1

Release v3.9.0

18 Oct 13:05
d35da75
Compare
Choose a tag to compare

What's Changed

  • feat: Add Support package manager(npm/yarn/pnpm) by @Khsmty in #353

New Contributors

  • @Khsmty made their first contribution in #353

Full Changelog: v3.8...v3.9.0

Release v3.8.0

26 Jun 12:38
f4467ad
Compare
Choose a tag to compare

v3.8.0: PR #332 - chore(deps): update reviewdog/reviewdog to 0.14.2

Release v3.7.0

25 Apr 10:23
2a58f0f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update peter-evans/create-pull-request action to v4 by @renovate in #207
  • chore(deps): lock file maintenance by @renovate in #208
  • chore(deps): lock file maintenance by @renovate in #209
  • chore(deps): lock file maintenance by @renovate in #210
  • chore(deps): lock file maintenance by @renovate in #211
  • chore(deps): lock file maintenance by @renovate in #212
  • chore(deps): update reviewdog/reviewdog to 0.14.1 by @github-actions in #213

Full Changelog: v3.6...v3.7.0

Release v3.6.1

24 Mar 22:52
b2517a8
Compare
Choose a tag to compare

v3.6.1: PR #206 - chore(deps): update dependency minimist to 1.2.6 [security]