Skip to content

Releases: yutailang0119/action-textlint

v4.0.0

01 Apr 21:10
4392aa3
Compare
Choose a tag to compare
  • Update default runtime from node16 to node20 in #892.
  • This version requires textlint to v12.2.0 or later in #900.
  • Add ability to ignore warnings in #894.

What's Changed

⚠️ Breaking Changes

Other Changes

Dependencies

Read more

v3.1.0

11 Mar 14:46
12c2ba3
Compare
Choose a tag to compare

What's Changed

Other Changes

Dependencies

Read more

v3.0.0

21 Mar 16:11
81c5125
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Update default runtime from node12 to node16 in #374.

What's Changed

Other Changes 🛠

Dependencies 📦

Full Changelog: v2.0.0...v3.0.0

v2.0.0

28 Nov 15:59
1e160b7
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • exit 1 when annotations contain error
  • Change input syntax #299
    • json_path -> report-path
    • textlint_output -> textlint-output

What's Changed

Breaking Changes ⚠️

Other Changes 🛠

Dependencies 📦

Full Changelog: v1.0.1...v2.0.0

v1.0.1

12 Sep 08:15
34cc0d4
Compare
Choose a tag to compare
  • Update libraries
  • Update project

v1

12 Sep 08:21
34cc0d4
Compare
Choose a tag to compare
v1

It is available as the latest major version of "1.*" .
This tag will be moved with each release.

See:

Usage

jobs:
  textlint:
    runs-on: ubuntu-latest
    steps:
      - uses: yutailang0119/action-textlint@v1
        with:
          json_path: textlint-report.json

v1.0.0

01 Nov 05:53
Compare
Choose a tag to compare

First Release 🎉