Skip to content

Commit

Permalink
Fixes #20464: Display images in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Dec 22, 2021
1 parent ae12a25 commit 7ca2a58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/changelogs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ changelogs:
mkdir -p modules/ROOT/pages/
cd dependencies && make $@
cp -r dependencies/$@/* modules/ROOT/pages/
[ -d dependencies/$@/images ] && cp -r dependencies/$@/images modules/ROOT/assets/images/
[ -f modules/ROOT/pages/index.adoc ] && echo "* xref:index.adoc[Release notes]" > modules/ROOT/nav.adoc || true
[ -f modules/ROOT/pages/index.adoc ] && echo "* xref:main.adoc[Main changelogs]" >> modules/ROOT/nav.adoc || true
[ -f modules/ROOT/pages/index.adoc ] || echo "* xref:index.adoc[Main changelogs]" > modules/ROOT/nav.adoc
Expand Down

0 comments on commit 7ca2a58

Please sign in to comment.