From 40e1f066ffba62f84f2ece40d5dfe4a3a7f05955 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Mon, 16 Nov 2020 16:56:53 -0500 Subject: [PATCH] ci: Improve release template (#2311) --- 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 e345d04f..d311dbb6 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 }