feat: add hyperlinks to Codeberg commits in ChangeLog (Issue #9)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user