File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
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
-
9
+ # ## 5.2.0 (2024-01-18)
10
+ #
11
+ # ### Changed
12
+ #
13
+ # - Updated `make vale` to use latest Vale style and configuration.
14
+ # - Updated `make vale` to use platform appropriate image.
15
+ #
10
16
# ## 5.1.2 (2023-11-08)
11
17
#
12
18
# ### Added
@@ -704,14 +710,14 @@ case "${image}" in
704
710
" ${PODMAN} " run \
705
711
--init \
706
712
--interactive \
707
- --platform linux/amd64 \
708
713
--rm \
714
+ --workdir /etc/vale \
709
715
--tty \
710
716
${volumes} \
711
717
" ${DOCS_IMAGE} " \
712
718
" --minAlertLevel=${VALE_MINALERTLEVEL} " \
713
- --config=/etc/vale/.vale.ini \
714
- --output=line \
719
+ ' --glob=*.md ' \
720
+ --output=/etc/vale/rdjsonl.tmpl \
715
721
/hugo/content/docs | sed " s#$( proj_dst " ${proj} " ) #sources#"
716
722
;;
717
723
* )
You can’t perform that action at this time.
0 commit comments