From 3c2c86abb1378842eeee355398d41f1bf5077f25 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 16 Nov 2020 16:05:58 -0500 Subject: [PATCH] ci: Improve release template --- ci/build/release-github-draft.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/build/release-github-draft.sh b/ci/build/release-github-draft.sh index e345d04f6b56..d311dbb656d4 100755 --- a/ci/build/release-github-draft.sh +++ b/ci/build/release-github-draft.sh @@ -15,7 +15,13 @@ v$VERSION VS Code v$(vscode_version) -- Summarize changes here with references to issues +# New Features + - ⭐ Summarize new features here with references to issues + +## Bug Fixes + - ⭐ Summarize bug fixes here with references to issues + +Cheers! 🍻 EOF }