vernak2539 / astro-rehype-relative-markdown-links

Rehype Plugin for Astro that allows for usage of relative links between markdown files
https://www.npmjs.com/package/astro-rehype-relative-markdown-links
12 stars 4 forks source link

fix: `basePath` option name should align with Astro `base` option name (#46) #48

Closed techfg closed 5 months ago

techfg commented 5 months ago

IMPORTANT - This PR contains the fixes in #55 so should be merged after it.

IMPORTANT: Breaking Change

If I'm understanding the way github-changelog-generator works, adding a label named Breaking changes: to this PR and/or issue #46 should annotate the generated changelog with the information about the breaking change. Alternatively, it looks like adding a label breaking to issue #46 would do the same thing so either way "should" work.

Resolves #46

vernak2539 commented 5 months ago

I've removed the generated docs update, as i've now added an automation for this when things are merged to master!