feat: show commits since last release in changelog
All checks were successful
Build & Push CI Image / build-and-push (push) Successful in 10m22s
🚀 Lint & Test & Deploy / release (push) Successful in 5m23s

This commit is contained in:
2026-02-07 15:57:19 +01:00
parent 92223c21f8
commit 1ccdb04099
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()}