From 1d152ba2ac44dce614da4cf071becbcd1fa40a8f Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Sun, 21 Apr 2024 10:21:41 +1000 Subject: [PATCH] docs: Improve GitHub release documentation formatting - Update header text in ".github/release-drafter.yml" with emojis and new titles - Make changes to the header text for "What's Changed" and "Contributors" sections --- .github/release-drafter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index c52f5a3..e55d3fa 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -26,13 +26,13 @@ version-resolver: - 'patch' default: patch template: | - ## What's Changed + ## :rocket: What's Changed [:books: `Compare from $PREVIOUS_TAG`](https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$CURRENT_TAG) $CHANGES - ## Contributors + ## :writing_hand: Contributors Thanks to everyone who contributed to this release!