Skip to content

Releases: avto-dev/markdown-lint

v1.5.0

Choose a tag to compare

@tarampampam tarampampam released this 25 Jan 19:27

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

Choose a tag to compare

@tarampampam tarampampam released this 25 Sep 19:20

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

Choose a tag to compare

@tarampampam tarampampam released this 27 Jul 04:58
c075ecd

Fixed

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

v1.3.0

Choose a tag to compare

@tarampampam tarampampam released this 18 Jun 19:12
6f0ec36

Added

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

v1.2.0

Choose a tag to compare

@tarampampam tarampampam released this 28 May 07:59

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

Choose a tag to compare

@tarampampam tarampampam released this 11 Feb 15:09

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

Choose a tag to compare

@tarampampam tarampampam released this 18 Jan 18:54

Changed

  • First public release

v0.0.2

Choose a tag to compare

@tarampampam tarampampam released this 18 Jan 16:03

Changed

  • GutHub action parameter path renamed to args

v0.0.1

Choose a tag to compare

@tarampampam tarampampam released this 18 Jan 14:49

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