Skip to content

Commit

Permalink
chore: fix 24c43d9
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 30, 2024
1 parent 24c43d9 commit 2d2b78e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/generateChangelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ for (const changelog of changelogs) {
const messages = [];
let message = changeMatch[3].trim();
if (message.endsWith('.')) message = message.substring(0, message.length - 1);
message = message.charAt(0).toUpperCase() + message.slice(1);

if (changelog.isFrontend) {
changes[localContext].push(`- [${commit.slice(0, 7)}](https://github.com/${changelog.project}/commit/${commit}) ${message} (@${user})`);
Expand Down

0 comments on commit 2d2b78e

Please sign in to comment.