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 6
6
# [Semantic versioning](https://semver.org/) is used to help the reader identify the significance of changes.
7
7
# Changes are relevant to this script and the support docs.mk GNU Make interface.
8
8
#
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
+ #
9
18
# ## 8.0.0 (2024-05-28)
10
19
#
11
20
# ### Changed
905
914
-e ' /Press Ctrl+C to stop/ d' \
906
915
-e ' /make/ d' \
907
916
-e ' /WARNING: The manual_mount source directory/ d' \
908
- -e ' /docs\/_index.md .* not found/ d'
917
+ -e ' /" docs\/_index.md" not found/d'
909
918
fi
910
919
;;
911
920
esac
You can’t perform that action at this time.
0 commit comments