File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 66# [Semantic versioning](https://semver.org/) is used to help the reader identify the significance of changes.
77# Changes are relevant to this script and the support docs.mk GNU Make interface.
88#
9+ # ## 8.0.1 (2024-07-01)
10+ #
11+ # ### Fixed
12+ #
13+ # - Update log suppression to catch new format of website /docs/ homepage REF_NOT_FOUND warnings.
14+ #
15+ # These warnings are related to missing some pages during the build that are required for the /docs/ homepage.
16+ # They were previously suppressed but the log format changed and without this change they reappear in the latest builds.
17+ #
918# ## 8.0.0 (2024-05-28)
1019#
1120# ### Changed
905914 -e ' /Press Ctrl+C to stop/ d' \
906915 -e ' /make/ d' \
907916 -e ' /WARNING: The manual_mount source directory/ d' \
908- -e ' /docs\/_index.md .* not found/ d'
917+ -e ' /" docs\/_index.md" not found/d'
909918 fi
910919 ;;
911920esac
You can’t perform that action at this time.
0 commit comments