Skip to content

Releases: avto-dev/markdown-lint

v1.5.0

25 Jan 19:27
Compare
Choose a tag to compare

Changed

  • markdownlint-cli version updated up to 0.26.0 (from 0.23.2)

Fixed

  • Multiple files ignoring (you can run current action with: ignore: 'foo.md bar.md' with space delimiter for multiple --ignore flag appending) #7

v1.4.0: Docker image 40.63 MB ➜ 19.14 MB

25 Sep 19:20
Compare
Choose a tag to compare

Changed

  • Base docker image changed from node:13-alpine to mhart/alpine-node:slim-12 (more lightweight)
  • markdownlint-cli version updated up to 0.23.2 (from 0.23.1)
  • markdownlint packed into single file in docker image

v1.3.1

27 Jul 04:58
c075ecd
Compare
Choose a tag to compare

Fixed

  • Quoting of INPUT_* env variables to allow multiple arguments in 1 env var

v1.3.0

18 Jun 19:12
6f0ec36
Compare
Choose a tag to compare

Added

  • Support for globstar (**) by changing the shell to bash #6

v1.2.0

28 May 07:59
Compare
Choose a tag to compare

Added

  • Support for Keep-a-Changelog's links in the heading #4
  • Support for using en dashes instead of minus signs #4
  • Support for passing multiple parameters to markdown-lint #3

v1.1.0

11 Feb 15:09
Compare
Choose a tag to compare

Added

  • Changelog rule CHANGELOG-RULE-004 - Only one "unreleased" version header allowed

Changed

  • Changelog rule CHANGELOG-RULE-004 enabled in changelog linter config changelog.yml

v1.0.0

18 Jan 18:54
Compare
Choose a tag to compare

Changed

  • First public release

v0.0.2

18 Jan 16:03
Compare
Choose a tag to compare

Changed

  • GutHub action parameter path renamed to args

v0.0.1

18 Jan 14:49
Compare
Choose a tag to compare

Added

  • Docker image auto-building
  • Rules set (CHANGELOG-RULE-001, CHANGELOG-RULE-002, CHANGELOG-RULE-003) for changelog file linting
  • Config file for changelog file linting