Skip to content

Commit

Permalink
Change Co-Authored-By: casing.
Browse files Browse the repository at this point in the history
  • Loading branch information
desrosj committed Jan 9, 2024
1 parent fd418b6 commit 4e73206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/contribution-collector.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export async function getContributorsList() {
return;
}

return `Co-authored-by: ${username} <${dotOrg}@git.wordpress.org>`;
return `Co-Authored-By: ${username} <${dotOrg}@git.wordpress.org>`;
})
.filter((el) => el)
.join("\n")
Expand Down

0 comments on commit 4e73206

Please sign in to comment.