Add --lenient-tag-lookup option (#1505)

This commit is contained in:
Dawa Ometto
2020-03-27 12:20:52 +01:00
committed by GitHub
parent e2804d6313
commit 36811490d0
3 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
This is a major new release that substantially cleans up and improves the codebase. It also introduces many new features, bugfixes, and removing major limitations. See [here](https://github.com/gollum/gollum/wiki/5.0-release-notes) for a list of changes.
**Note**: due to changes to the way in which Gollum handles filenames, you may have to change some links in your wiki when migrating from gollum 4.x. See the [release notes](https://github.com/gollum/gollum/wiki/5.0-release-notes#migrating-your-wiki) for more details. You may be able to use the `bin/gollum-migrate-tags` script to accomplish this.
**Note**: due to changes to the way in which Gollum handles filenames, you may have to change some links in your wiki when migrating from gollum 4.x. See the [release notes](https://github.com/gollum/gollum/wiki/5.0-release-notes#migrating-your-wiki) for more details. You may be able to use the `bin/gollum-migrate-tags` script to accomplish this. Also see the `--lenient-tag-lookup` option.
Many thanks to all the users who have provided feedback, and everyone who has chipped in in the development process!