Skip to content

Commit

Permalink
chore: update change log config
Browse files Browse the repository at this point in the history
  • Loading branch information
bos-hieu committed Jul 28, 2024
1 parent 8cefe4f commit 96f2790
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .chglog/CHANGELOG.tpl.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{{ range .CommitGroups -}}
### {{ .Title }}
{{ range .Commits -}}
- {{ if .Scope }}**{{ .Scope }}:** {{ end }} [{{.Hash.Short}}]({{.Hash.Long}}): {{ .Subject }} ([@{{.Author.Name}}]({{.Author.Name}}))
- {{ if .Scope }}**{{ .Scope }}:** {{ end }} [{{.Hash.Short}}](/commit/{{.Hash.Long}}): {{ .Subject }} ([@{{.Author.Name}}](https://github.com/{{.Author.Name}}))
{{ end }}
{{ end -}}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: ${{ env.CHANGELOG_CONTENT }}
tag: ${{ github.ref_name }}
draft: false
prerelease: false

0 comments on commit 96f2790

Please sign in to comment.