Skip to content

Commit 40a86d5

Browse files
authored
chore(ci): Adjust contribution message for multiple contributors (#13335)
Use plural "contributions" if multiple contributors are mentioned
1 parent e03df37 commit 40a86d5

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/external-contributor-gh-action

1 file changed

+1
-1
lines changed

dev-packages/external-contributor-gh-action/index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function run() {
4848
const newContributors = formatter.format(users);
4949
const newChangelog = changelogStr.replace(
5050
contributorMessageRegex,
51-
`Work in this release was contributed by ${newContributors}. Thank you for your contribution!`,
51+
`Work in this release was contributed by ${newContributors}. Thank you for your contributions!`,
5252
);
5353

5454
fs.writeFile(changelogFilePath, newChangelog);

0 commit comments

Comments
 (0)