Releases: Andrew-Chen-Wang/github-wiki-action
v5.0.3
Fixed when the action input path
was set to .
by ignoring copying .git
folder.
v5.0.2
What's Changed
- Add global git config for user email in cli.ts by @Andrew-Chen-Wang in #85 fixing #84
v5
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
Hi all, thank you to @jrfnl for his quick fix in #82
Full Changelog: v5.0.0...v5.0.1
v5.0.0
v4.4.0
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
Full Changelog: v4...v4.4.0
v4.3.0
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
🎉 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
- Add shellcheck by @jcbhmr in #60
- Improve test.yml by @jcbhmr in #62
- Move comments from source code to wiki by @jcbhmr in #61
- Add wiki_url output by @jcbhmr in #63
Full Changelog: v4...v4.2.0
v4.1.1
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
What's Changed
Full Changelog: v4...v4.1.0