Skip to content

Commit

Permalink
chore: update change template in release drafter to include author in…
Browse files Browse the repository at this point in the history
…formation
  • Loading branch information
ZibanPirate committed Dec 22, 2024
1 parent 3492424 commit af0d89d
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 @@ -4,7 +4,7 @@
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
tag-prefix: "v"
change-template: "- $TITLE (#$NUMBER)"
change-template: "- $TITLE by @$AUTHOR in #$NUMBER"
version-resolver:
major:
labels:
Expand Down

0 comments on commit af0d89d

Please sign in to comment.