Skip to content

Releases: gaurav-nelson/github-action-markdown-link-check

1.0.15

01 Mar 08:34
d53a906
Compare
Choose a tag to compare

Changes

  • #168 - Respect folder-path when check-modified-files-only == yes: Thank you @exoego

Thank you @mgrojo @qaristote @RezaRahemtola for minor typo fixes.

1.0.14

03 Aug 08:12
0a51127
Compare
Choose a tag to compare
1.0.14 Pre-release
Pre-release

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

08 Jul 04:30
9710f0f
Compare
Choose a tag to compare

Main changes:

  • Merge pull request #111 from gaurav-nelson/mlc@3.8.7 (9710f0f)
  • Update to markdown-link-check version 3.8.7 (7a77bd1)

Other minor updates:

  • Merge pull request #107 from petethepig/patch-1 (95ffb9c)
  • Adds pyroscope to the list of happy users (2df45f2)
  • Fixed usage examples (cc3343e)
  • Buy me a coffee (24cd99c)
  • Remove treeware badge (f0656de)
  • Add netdata sample (2579500)
  • Update README, fixed LICENSE (4d5a901)

1.0.12

11 Jan 00:27
0fe4911
Compare
Choose a tag to compare

Updated to Markdown link check v 3.8.6

  • Supports updated replacementPatterns and new projectBaseUrl parameters. PS: https://github.com/tcort/markdown-link-check#markdownlinkcheckmarkdown-opts-callback
    • replacementPatterns 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

14 Dec 00:18
2a60e0f
Compare
Choose a tag to compare
  • Fixed file path issue.

1.0.10

11 Dec 03:20
72d871b
Compare
Choose a tag to compare
  • Fixes broken link check for multiple folders #87

1.0.9

09 Dec 23:55
7481451
Compare
Choose a tag to compare
  • Updated to markdown-link-check@3.8.5 to fix #84 False positive error raised (because of link-check@4.5.3 dependency of markdown-link-check)

1.0.8

21 Oct 01:28
e3c371c
Compare
Choose a tag to compare
  • Updated markdown-link-check to version 3.8.3 (latest)

1.0.7

20 Aug 09:39
95d5f3b
Compare
Choose a tag to compare

Fixed #69 Link check fails for deleted markdown files, updated the logic to get only added or modified files.

1.0.6

19 Aug 10:11
7ababe1
Compare
Choose a tag to compare