Skip to content

Commit

Permalink
ci: use github's autolink to link to prs in release (#52)
Browse files Browse the repository at this point in the history
ci: use github's autolink to link to prs in release

Format it correctly
  • Loading branch information
aamirazad authored Jun 29, 2024
1 parent b152608 commit 9b804ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ categories:
exclude-labels:
- "skip-changelog"
category-template: "### $TITLE"
change-template: "- $TITLE @$AUTHOR ([#$NUMBER]($URL))"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&#@'
template: |
## v$RESOLVED_VERSION
Expand Down

0 comments on commit 9b804ab

Please sign in to comment.