feat: add hyperlinks to Codeberg commits in ChangeLog (Issue #9)

This commit is contained in:
Thomas SharedInbox
2026-05-10 13:18:35 +02:00
parent 082a39b539
commit 3ca71cd4e5
3 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ tasks:
desc: Generate assets/changelog.txt from git history
cmds:
- mkdir -p assets
- git log -n 50 --pretty=format:"* %ad %s" --date=short > assets/changelog.txt
- 'git log -n 50 --pretty=format:"* %ad [%h](https://codeberg.org/guettli/sharedinbox/commit/%H): %s" --date=short > assets/changelog.txt'
_pub-get:
internal: true