We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03df37 commit 40a86d5Copy full SHA for 40a86d5
dev-packages/external-contributor-gh-action/index.mjs
@@ -48,7 +48,7 @@ async function run() {
48
const newContributors = formatter.format(users);
49
const newChangelog = changelogStr.replace(
50
contributorMessageRegex,
51
- `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!`,
52
);
53
54
fs.writeFile(changelogFilePath, newChangelog);
0 commit comments