Skip to content

Commit

Permalink
feat(updates): add download/play link at bottom of auto update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Mar 31, 2023
1 parent f1e6573 commit 475af7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/blog-version-notes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const changelog = fs.readFileSync('./CHANGELOG-current.md', 'utf8');
const content = `${header}
${changelog}
[Download the latest update on itch.io](https://seiyria.itch.io/world-seller) or [play online](https://play.worldsellergame.com).
`;

const filename = `${year}-${month}-${day}-${hours}-${minutes}-${seconds}-version-update.md`;
Expand Down

0 comments on commit 475af7b

Please sign in to comment.