karolis-sh / gatsby-mdx

Utilities to work with MDX and netlify-cms in Gatsby sites
MIT License
60 stars 9 forks source link

docs: fix links on Gatsby plugins website #63

Closed JB1905 closed 4 years ago

karolis-sh commented 4 years ago

Hey, Jakub, thanks for PR! Though I cannot merge this due to commit naming, could rename the commit from Fix links on Gatsby plugins website to docs: fix links on Gatsby plugins website?

As this monorepo use conventional changelog, the commit name defines what affects version bump, what will get included in the changelog on release etc. So this commit would trigger a minor semver change, which wouldn't be necessary.

karolis-sh commented 4 years ago

I had the commit name in mind:

image

Pull request name doesn't have any affect.

The docs regards updating commit message.

git commit --amend --message="docs: fix links on Gatsby plugins website" && git push