Skip to content

Commit

Permalink
chore(ci): Adjust contribution message for multiple contributors (#13335
Browse files Browse the repository at this point in the history
)

Use plural "contributions" if multiple contributors are mentioned
  • Loading branch information
Lms24 authored Aug 13, 2024
1 parent e03df37 commit 40a86d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-packages/external-contributor-gh-action/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function run() {
const newContributors = formatter.format(users);
const newChangelog = changelogStr.replace(
contributorMessageRegex,
`Work in this release was contributed by ${newContributors}. Thank you for your contribution!`,
`Work in this release was contributed by ${newContributors}. Thank you for your contributions!`,
);

fs.writeFile(changelogFilePath, newChangelog);
Expand Down

0 comments on commit 40a86d5

Please sign in to comment.