Skip to content

Commit

Permalink
prefix changelog with image names
Browse files Browse the repository at this point in the history
  • Loading branch information
timche committed Aug 7, 2022
1 parent d09f1bd commit eb21ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade-mods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async function upgradeMods() {
body: `## Changes\n${upgradedModsCommits.reduce((acc, upgradedMod) => {
if (upgradedMod) {
const [commitHash, commitMessage] = upgradedMod;
return `${acc}\n- ${commitMessage} ${commitHash}`;
return `${acc}\n- sourcemod, pug-practice: ${commitMessage} ${commitHash}`;
}
return acc;
}, "")}`,
Expand Down

0 comments on commit eb21ea9

Please sign in to comment.