From f5e66f78892b8c46dfa203fcec6a63cec873c7a3 Mon Sep 17 00:00:00 2001 From: Shook Date: Tue, 21 May 2024 16:34:27 +0800 Subject: [PATCH] fix: missing await in the changelog format file --- .changeset/changelog-format.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/changelog-format.cjs b/.changeset/changelog-format.cjs index c49e0d2d..3bbdb0df 100644 --- a/.changeset/changelog-format.cjs +++ b/.changeset/changelog-format.cjs @@ -108,7 +108,7 @@ const changelogFunctions = { return ''; } - const commits = Promise.all( + const commits = await Promise.all( changesets.map(async (cs) => { if (cs.commit) { let { links } = await getInfo({