feat: show commits since last release in changelog
All checks were successful
🚀 Lint & Test & Deploy / release (push) Successful in 4m5s

This commit is contained in:
2026-02-07 15:57:19 +01:00
parent bafbcca2b8
commit 9fb69d760f
2 changed files with 14 additions and 1 deletions

View File

@@ -74,6 +74,10 @@
<strong>Commit:</strong>
{git.sha.slice(0, 7)} {git.commit_message}
</p>
<p>
<strong>Commits since last release:</strong>
{git.commits_since_last_release}
</p>
<p>
<strong>Timestamp:</strong>
{new Date(git.commit_timestamp).toLocaleString()}