From c1d2d664d2cfbcd1dc07f222f978785716a53fd5 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Sun, 10 Nov 2024 13:53:58 +0700 Subject: [PATCH] .github/release.yml: Added "Improvements" category and updated docs (#1015) --- .github/release.yml | 3 +++ websites/site/contributing/make-release.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/release.yml b/.github/release.yml index 879c3a78b1..c25524854a 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -17,6 +17,9 @@ - title: 🚀 Performance Improvements labels: - notes:performance-improvement + - title: 🏆 Improvements + labels: + - notes:improvement - title: 📄 Website and API Documentation labels: - notes:website-or-documentation diff --git a/websites/site/contributing/make-release.md b/websites/site/contributing/make-release.md index a17d9652c7..b717e10cfe 100644 --- a/websites/site/contributing/make-release.md +++ b/websites/site/contributing/make-release.md @@ -167,6 +167,7 @@ We have partially automated the release notes through GitHub Releases. They are | notes:new-feature | Categorizes the PR under "New Features" | | notes:bug-fix | Categorizes the PR under "Bug Fixes" | | notes:performance-improvement | Categorizes the PR under "Performance Improvements" | +| notes:improvement | Categorizes the PR under "Improvements" | | notes:website-or-documentation | Categorizes the PR under "Website and API Documentation" | | \ | Categorizes the PR under "Other Changes" |