Skip to content

Commit 0ee269f

Browse files
authored
Add Github Profile link in the changelog (#59)
* chore: update changeFormat in .changie.yaml Updated changeFormat in .changie.yaml to include a link to the author's profile. (feature/link-author-im-changelog) * fragment
1 parent b54ed9c commit 0ee269f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
kind: Added
2+
body: Added hyperlink to github profile of contributors in the changelog
3+
time: 2025-05-09T08:12:37.82307Z
4+
custom:
5+
Author: rayakame
6+
PR: "59"

.changie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ changelogPath: CHANGELOG.md
55
versionExt: md
66
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
77
kindFormat: '### {{.Kind}}'
8-
changeFormat: '* [#{{.Custom.PR}}](https://github.com/rayakame/sqlc-gen-better-python/pull/{{.Custom.PR}}) {{.Body}} ({{.Custom.Author}})'
8+
changeFormat: '* [#{{.Custom.PR}}](https://github.com/rayakame/sqlc-gen-better-python/pull/{{.Custom.PR}}) {{.Body}} ([{{.Custom.Author}}]({{.Custom.Author}}))'
99
custom:
1010
- key: PR
1111
type: int

0 commit comments

Comments
 (0)