Releases: avto-dev/markdown-lint
Releases · avto-dev/markdown-lint
v1.5.0
Changed
markdownlint-cli
version updated up to0.26.0
(from0.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
Changed
- Base docker image changed from
node:13-alpine
tomhart/alpine-node:slim-12
(more lightweight) markdownlint-cli
version updated up to0.23.2
(from0.23.1
)markdownlint
packed into single file in docker image
v1.3.1
Fixed
- Quoting of
INPUT_*
env variables to allow multiple arguments in 1 env var
v1.3.0
Added
- Support for globstar (
**
) by changing the shell to bash #6
v1.2.0
v1.1.0
Added
- Changelog rule
CHANGELOG-RULE-004
- Only one "unreleased" version header allowed
Changed
- Changelog rule
CHANGELOG-RULE-004
enabled in changelog linter configchangelog.yml
v1.0.0
Changed
- First public release
v0.0.2
Changed
- GutHub action parameter
path
renamed toargs
v0.0.1
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