Skip to content
Compare
Choose a tag to compare
@jcbhmr jcbhmr released this 16 Jul 21:21
· 5 commits to master since this release
6581fc5

The big highlight is that now README.md in the wiki folder in your GitHub repo will be deployed to Home.md on the GitHub wiki! This means you can use the same conventions like README.md as an "index page" for GitHub web-ui and expect that to work flawlessly on the github wiki too. Also included are link rewrites to make it so that [](hello.md) links that work in GitHub web-ui become [](hello) links that work for the GitHub wiki UI!

What's Changed

  • Create .gitattributes by @jcbhmr in #64
  • "Real" tests on PRs by @jcbhmr in #69
  • Better "real" tests by @jcbhmr in #70
  • Revert extreme use of "real" tests in favor of dry-run & real tests by @jcbhmr in #71
  • Add in-source to in-wiki link transformer by @jcbhmr in #68

Full Changelog: v4...v4.3.0