Skip to content

Commit 82ee1f8

Browse files
committed
Fix: Changelog
Fix webhintio#799
1 parent 4034c44 commit 82ee1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/update-site/documentation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ const createHintCategories = (files) => {
724724
};
725725

726726
const updateChangelog = async () => {
727-
const files = await globby([`${constants.dirs.HINT_PACKAGES}/*/CHANGELOG.md`]);
727+
const files = await globby([`${constants.dirs.NODE_MODULES}/{hint,@hint/{${resources.join(',')},configuration-*/node_modules/@hint/{${resources.join(',')}}}-*}/CHANGELOG.md`]);
728728

729729
const changelog = await files.reduce(async (totalPromise, file) => {
730730
const total = await totalPromise;

0 commit comments

Comments
 (0)