Releases: gaurav-nelson/github-action-markdown-link-check
Releases · gaurav-nelson/github-action-markdown-link-check
1.0.15
Changes
Thank you @mgrojo @qaristote @RezaRahemtola for minor typo fixes.
1.0.14
Important ‼️
This version is in beta. Use 1.0.13
or v1
which are the stable versions.
Changes
- #116 - Changed the base image to more stage Node image
node:lts-alpine
- #126 - Use markdown-link-check version 3.9.3
- #148 - Fully disable the Git ownership check
- #144 - Update markdown-lint-check to v3.10.2
Thank you @thanethomson @edumco @Pandapip1 @creachadair @bogdandrutu
1.0.13
Main changes:
- Merge pull request #111 from gaurav-nelson/[email protected] (9710f0f)
- Update to markdown-link-check version 3.8.7 (7a77bd1)
Other minor updates:
1.0.12
Updated to Markdown link check v 3.8.6
- Supports updated
replacementPatterns
and newprojectBaseUrl
parameters. PS: https://github.com/tcort/markdown-link-check#markdownlinkcheckmarkdown-opts-callbackreplacementPatterns
an array of objects holding regular expressions which are replaced in a link with their corresponding replacement string. This behavior allows (for example) to adapt to certain platform conventions hosting the Markdown. The special replacement {{BASEURL}} can be used to dynamically link to the base folder (used from projectBaseUrl) (for example that / points to the root of your local repository). Example: [{ pattern: /^.attachments/, replacement: "file://some/conventional/folder/.attachments" }, { pattern: ^/, replacement: "{{BASEURL}}/"}]projectBaseUrl
the URL to use for {{BASEURL}} replacement
1.0.11
- Fixed file path issue.
1.0.10
1.0.9
- Updated to [email protected] to fix #84 False positive error raised (because of [email protected] dependency of markdown-link-check)
1.0.8
- Updated markdown-link-check to version 3.8.3 (latest)
1.0.7
Fixed #69 Link check fails for deleted markdown files, updated the logic to get only added or modified files.
1.0.6
- Fixed #41 The action now supports configuring multiple files and directories. PS: https://github.com/gaurav-nelson/github-action-markdown-link-check#check-multiple-directories-and-files
- Fixed #52 The action now fails with an error if you configure a non-existent folder of file.