Skip to content

Releases: dutchakdev/markdown-links-action

v0.1.9

19 Dec 11:19

Choose a tag to compare

0.1.9 (2023-12-19)

Bug Fixes

v0.1.8

19 Dec 11:16

Choose a tag to compare

0.1.8 (2023-12-19)

Bug Fixes

v0.1.7

19 Dec 11:12

Choose a tag to compare

0.1.7 (2023-12-19)

Bug Fixes

  • release.yml: fix lint, disable natural language (53ade8f)

v0.1.6

19 Dec 10:05

Choose a tag to compare

0.1.6 (2023-12-19)

Bug Fixes

  • release.yml: fix lint 2 (6c550fb)

v0.1.5

19 Dec 09:40

Choose a tag to compare

0.1.5 (2023-12-19)

Bug Fixes

v0.1.4

18 Dec 11:36

Choose a tag to compare

0.1.4 (2023-12-18)

Bug Fixes

  • .github: Add templates, docs (547feb0)

v0.1.3

18 Dec 11:12

Choose a tag to compare

0.1.3 (2023-12-18)

Bug Fixes

  • .github: Add templates, docs (cf14632)

v0.1.2

18 Dec 10:43

Choose a tag to compare

0.1.2 (2023-12-18)

Bug Fixes

v0.1.1

16 Dec 23:10

Choose a tag to compare

0.1.1 (2023-12-16)

Bug Fixes

First release

16 Dec 21:05

Choose a tag to compare

  1. Link Validation:

    • Markdown Links Action now validates hyperlinks in Markdown files, ensuring that all links are functional and up-to-date. This feature helps maintain the integrity of your documentation.
  2. Customizable Folder Paths:

    • You can specify custom folder paths for Markdown files. This customization allows you to target specific directories, making it flexible for various project structures.
  3. PR Specific Checks:

    • With the option to check only modified files in pull requests, you can focus on validating links that are directly impacted by your changes. This enhances efficiency when reviewing and updating documentation.
  4. Issue Creation:

    • Markdown Links Action offers the capability to create GitHub issues for broken links. When enabled, this feature helps you track and address link-related issues more effectively, ensuring the quality of your documentation.