diff options
author | michael-grunder <michael.grunder@gmail.com> | 2022-11-02 11:25:16 -0700 |
---|---|---|
committer | michael-grunder <michael.grunder@gmail.com> | 2022-11-02 11:25:16 -0700 |
commit | e1e9eb40db0f469ec494815f15076e43e1742ced (patch) | |
tree | 86de0a8a054e18b91e03b5b1126604ec2c86666b /.github | |
parent | afc29ee1a1e7aad057c0037181baba26e63fcd4b (diff) |
Add author information to release-drafter template.
Diffstat (limited to '.github')
-rw-r--r-- | .github/release-drafter-config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/release-drafter-config.yml b/.github/release-drafter-config.yml index de4fea7..81afa9f 100644 --- a/.github/release-drafter-config.yml +++ b/.github/release-drafter-config.yml @@ -34,7 +34,7 @@ categories: - 'BUG' - title: '🧰 Maintenance' label: 'maintenance' -change-template: '- $TITLE (#$NUMBER)' +change-template: '- $TITLE @$AUTHOR (#$NUMBER)' exclude-labels: - 'skip-changelog' template: | |