Skip to content

Releases: Andrew-Chen-Wang/github-wiki-action

v5.0.3

11 Oct 20:13
6448478
Compare
Choose a tag to compare

Fixed when the action input path was set to . by ignoring copying .git folder.

v5.0.2

11 Oct 18:32
0dad9d5
Compare
Choose a tag to compare

What's Changed

v5

03 Jul 03:31
6448478
Compare
Choose a tag to compare

We've added a v5 tag. Pointing to @Andrew-Chen-Wang/github-wiki-action@v5 will use the latest minor/patch version of the v5 major version of this action.

v5.0.1 Important fix

29 Jun 17:41
2c80c13
Compare
Choose a tag to compare

Hi all, thank you to @jrfnl for his quick fix in #82

Full Changelog: v5.0.0...v5.0.1

v5.0.0

27 Jun 18:08
7ee32e8
Compare
Choose a tag to compare

What's Changed

  • Add in-source to in-wiki link transformer for v5 by @jcbhmr in #73
  • Match links with anchors by @chinatsu in #79
  • Add "disable-empty-commits" option by @jrfnl in #81

New Contributors

Full Changelog: v4...v4.5.0

v4.4.0

16 Jul 22:05
50650fc
Compare
Choose a tag to compare

Sike! 🤯 Actually that feature where we rewrite links is going in v5 since it's a breaking change. Hopefully I didn't break your workflow! 😜

What's Changed

  • Revert "Add in-source to in-wiki link transformer" by @jcbhmr in #72

Full Changelog: v4...v4.4.0

v4.3.0

16 Jul 21:21
6581fc5
Compare
Choose a tag to compare

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

v4.2.0

09 Jun 21:36
5daa8c4
Compare
Choose a tag to compare

🎉 New feature! We added a wiki_url output similar to the https://github.com/actions/deploy-pages page_url output. Yes, it's snake_case instead of kebab-case. That's to conform with the existing convention from actions/deploy-pages. 🤷‍♂️

What's Changed

Full Changelog: v4...v4.2.0

v4.1.1

29 May 18:28
fead196
Compare
Choose a tag to compare

Fixed silly if [[ -z $RUNNER_DEBUG ]] to be if [[ -n $RUNNER_DEBUG ]] so now you'll only get verbose debug logging if you actually enable debug mode, not only in non-debug mode! This is an oopsie bugfix. #58

What's Changed

Full Changelog: v4...v4.1.1

v4.1.0

28 May 00:21
9895b2d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4...v4.1.0